GNU bug report logs - #40822
[PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Fri, 24 Apr 2020 16:10:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <m.othacehe <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <m.othacehe <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#40822: closed ([PATCH] gnu: python-scikit-learn: Make
 python-joblib a propagated input)
Date: Tue, 28 Apr 2020 07:36:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Apr 2020 09:35:15 +0200
with message-id <87o8rcukp8.fsf <at> gmail.com>
and subject line Re: [bug#40822] [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input
has caused the debbugs.gnu.org bug report #40822,
regarding [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated input
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
40822: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40822
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-scikit-learn: Make python-joblib a propagated
 input
Date: Fri, 24 Apr 2020 14:36:20 +0200
* gnu/packages/machine-learning.scm (python-scikit-learn) Move python-joblib
  from native to propagated inputs
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 9a88b53415..8e902b9e15 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -835,13 +835,13 @@ computing environments.")
     (inputs
      `(("openblas" ,openblas)))
     (native-inputs
-     `(("python-joblib" ,python-joblib)
-       ("python-pytest" ,python-pytest)
+     `(("python-pytest" ,python-pytest)
        ("python-pandas" ,python-pandas) ;for tests
        ("python-cython" ,python-cython)))
     (propagated-inputs
      `(("python-numpy" ,python-numpy)
-       ("python-scipy" ,python-scipy)))
+       ("python-scipy" ,python-scipy)
+       ("python-joblib" ,python-joblib)))
     (home-page "https://scikit-learn.org/")
     (synopsis "Machine Learning in Python")
     (description
-- 
2.26.2



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <m.othacehe <at> gmail.com>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 40822-done <at> debbugs.gnu.org
Subject: Re: [bug#40822] [PATCH] gnu: python-scikit-learn: Make python-joblib
 a propagated input
Date: Tue, 28 Apr 2020 09:35:15 +0200
Hello,

I added your copyright, edited the commit message and pushed!

Thanks,

Mathieu


This bug report was last modified 5 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.