mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: libflame: Remove dependency on OpenBLAS.
This dependency was build-time-only and unused at compile time (the test suite is unaffected). * gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS.
This commit is contained in:
parent
3775006f24
commit
229faac39b
1 changed files with 0 additions and 1 deletions
|
@ -2662,7 +2662,6 @@ (define-public libflame
|
|||
(list gfortran))
|
||||
(native-inputs
|
||||
`(("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
("perl" ,perl)
|
||||
("python" ,python-wrapper)))
|
||||
(home-page "https://github.com/flame/libflame")
|
||||
|
|
Loading…
Reference in a new issue