mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 13:10:33 +02:00
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:
committed by
Ludovic Courtès
parent
e7d134c22a
commit
dc457d969b
@@ -4989,7 +4989,7 @@ full text searching.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user