mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01: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:
parent
e7d134c22a
commit
dc457d969b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue