~ruther/guix-local

dc457d969b23a0575fbe71fdb606a7905340e1ec — Romain GARBAGE 2 years ago e7d134c
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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