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.master
parent
3775006f24
commit
229faac39b
|
@ -2662,7 +2662,6 @@ fixed point (16.16) format.")
|
|||
(list gfortran))
|
||||
(native-inputs
|
||||
`(("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
("perl" ,perl)
|
||||
("python" ,python-wrapper)))
|
||||
(home-page "https://github.com/flame/libflame")
|
||||
|
|
Reference in New Issue