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:
Ludovic Courtès 2023-08-10 11:15:00 +02:00 committed by Ludovic Courtès
parent 3775006f24
commit 229faac39b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2662,7 +2662,6 @@ (define-public libflame
(list gfortran)) (list gfortran))
(native-inputs (native-inputs
`(("lapack" ,lapack) `(("lapack" ,lapack)
("openblas" ,openblas)
("perl" ,perl) ("perl" ,perl)
("python" ,python-wrapper))) ("python" ,python-wrapper)))
(home-page "https://github.com/flame/libflame") (home-page "https://github.com/flame/libflame")