mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-scientific: Use INVOKE.
* gnu/packages/python-xyz.scm (python2-scientific)[arguments]: Unconditionally return #T from "build" phase.
This commit is contained in:
parent
ac599a0999
commit
77e61e25c2
1 changed files with 3 additions and 3 deletions
|
@ -13184,9 +13184,9 @@ is the new Pyro version that is actively developed.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'build
|
(replace 'build
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(zero? (system* "python" "setup.py" "build"
|
(invoke "python" "setup.py" "build"
|
||||||
(string-append "--netcdf_prefix="
|
(string-append "--netcdf_prefix="
|
||||||
(assoc-ref inputs "netcdf")))))))))
|
(assoc-ref inputs "netcdf"))))))))
|
||||||
(home-page "https://bitbucket.org/khinsen/scientificpython")
|
(home-page "https://bitbucket.org/khinsen/scientificpython")
|
||||||
(synopsis "Python modules for scientific computing")
|
(synopsis "Python modules for scientific computing")
|
||||||
(description "ScientificPython is a collection of Python modules that are
|
(description "ScientificPython is a collection of Python modules that are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue