guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: python2-scientific: Use INVOKE.


From: guix-commits
Subject: 10/10: gnu: python2-scientific: Use INVOKE.
Date: Wed, 23 Jan 2019 12:40:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 77e61e25c21de9c262b617e4978c7dd8c0179145
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:39:56 2019 +0100

    gnu: python2-scientific: Use INVOKE.
    
    * gnu/packages/python-xyz.scm (python2-scientific)[arguments]: 
Unconditionally
    return #T from "build" phase.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3d3901f..2294b59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13184,9 +13184,9 @@ is the new Pyro version that is actively developed.")
        (modify-phases %standard-phases
          (replace 'build
            (lambda* (#:key inputs #:allow-other-keys)
-             (zero? (system* "python" "setup.py" "build"
-                             (string-append "--netcdf_prefix="
-                                            (assoc-ref inputs "netcdf")))))))))
+             (invoke "python" "setup.py" "build"
+                     (string-append "--netcdf_prefix="
+                                    (assoc-ref inputs "netcdf"))))))))
     (home-page "https://bitbucket.org/khinsen/scientificpython";)
     (synopsis "Python modules for scientific computing")
     (description "ScientificPython is a collection of Python modules that are



reply via email to

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