mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: python2-scipy: Override native inputs.
* gnu/packages/python-science.scm (python2-scipy)[native-inputs]: Override; replace gfortran with gfortran-7; add gcc-7.
This commit is contained in:
parent
3cd37c94bd
commit
3ebcd637a5
1 changed files with 10 additions and 1 deletions
|
@ -186,7 +186,16 @@ (define-public python2-scipy
|
||||||
(uri (pypi-uri "scipy" version))
|
(uri (pypi-uri "scipy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cgvgin8fvckv96hjh3ikmwkra5rif51bdb75ifzf7xbil5iwcx4"))))))
|
"1cgvgin8fvckv96hjh3ikmwkra5rif51bdb75ifzf7xbil5iwcx4"))))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-cython" ,python2-cython)
|
||||||
|
("python-pytest" ,python2-pytest)
|
||||||
|
("python-sphinx" ,python2-sphinx)
|
||||||
|
("python-numpydoc" ,python2-numpydoc)
|
||||||
|
("gfortran" ,gfortran-7)
|
||||||
|
("gcc" ,gcc-7)
|
||||||
|
("perl" ,perl)
|
||||||
|
("which" ,which)))))
|
||||||
|
|
||||||
(define-public python2-weave
|
(define-public python2-weave
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue