guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/45: gnu: armadillo: Switch to openblas.


From: guix-commits
Subject: 06/45: gnu: armadillo: Switch to openblas.
Date: Thu, 4 Apr 2024 10:40:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dc457d969b23a0575fbe71fdb606a7905340e1ec
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:06:43 2024 +0100

    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>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 37f319d6bc..f3762abcd8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]