guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-scipy: Fix expression after changing to 'modify-phase


From: Marius Bakke
Subject: 01/02: gnu: python-scipy: Fix expression after changing to 'modify-phases'.
Date: Fri, 20 Jan 2017 19:54:45 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit db967b646292e3517fc11f98ea0d4c19fd2191a9
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 19 17:46:48 2017 +0100

    gnu: python-scipy: Fix expression after changing to 'modify-phases'.
    
    This is a followup to 16ca6aaac867862ea6d84c5888bfc59099f335a0.
    
    * gnu/packages/python.scm (python-scipy)[arguments]: Fix parens.
---
 gnu/packages/python.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6d1a04c..007c182 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3951,7 +3951,7 @@ functions.")
            (lambda _
              (substitute* "scipy/integrate/tests/test_quadpack.py"
                (("libm.so") "libm.so.6"))
-             #t)
+             #t))
          (add-before 'build 'configure-openblas
            (lambda* (#:key inputs #:allow-other-keys)
              (call-with-output-file "site.cfg"
@@ -3970,7 +3970,7 @@ atlas_libs = openblas
                          (assoc-ref inputs "openblas")
                          (assoc-ref inputs "openblas")
                          (assoc-ref inputs "openblas"))))
-             #t)
+             #t))
            (delete 'check)
            (add-after 'install 'install-doc
              (lambda* (#:key inputs outputs #:allow-other-keys)
@@ -4004,7 +4004,7 @@ atlas_libs = openblas
                ;; Tests can only be run after the library has been installed 
and not
                ;; within the source directory.
                (with-directory-excursion "/tmp"
-                 (zero? (system* "python" "-c" "import scipy; 
scipy.test()"))))))))))
+                 (zero? (system* "python" "-c" "import scipy; 
scipy.test()"))))))))
     (home-page "http://www.scipy.org/";)
     (synopsis "The Scipy library provides efficient numerical routines")
     (description "The SciPy library is one of the core packages that make up



reply via email to

[Prev in Thread] Current Thread [Next in Thread]