mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: python-numpy, python-scipy: Remove dependency on lapack.
The dependency on lapack was unused; the LAPACK interface of OpenBLAS is used instead. The dependency on lapack was added incba256f8fa
(numpy) and719b01c157
(scipy). * gnu/packages/python-science.scm (python-scipy)[inputs]: Remove LAPACK. * gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
This commit is contained in:
parent
b9a95420ab
commit
6623d1cd7f
2 changed files with 3 additions and 5 deletions
|
@ -73,8 +73,7 @@
|
|||
("python-matplotlib" ,python-matplotlib)
|
||||
("python-pyparsing" ,python-pyparsing)))
|
||||
(inputs
|
||||
`(("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
`(("openblas" ,openblas)
|
||||
("pybind11" ,pybind11)))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue