gnu: armadillo: Switch to openblas.

* gnu/packages/maths.scm (armadillo): Switch inputs from lapack to openblas.

Change-Id: I718371f2e95fafc31e5dccddccbc223c111f594d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-03-11 12:06:43 +01:00 committed by Ludovic Courtès
parent e7d134c22a
commit dc457d969b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4989,7 +4989,7 @@ (define-public armadillo
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no test target
(inputs
(list openblas lapack arpack-ng))
(list openblas arpack-ng))
(home-page "https://arma.sourceforge.net/")
(synopsis "C++ linear algebra library")
(description