guix-commits
[Top][All Lists]
Advanced

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

10/45: gnu: igraph: Switch to openblas.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: igraph: Switch to openblas.
    
    * gnu/packages/graph.scm (igraph): Switch input dependency from
    lapack to openblas.
    
    Change-Id: Idcaada16496d2854cce7375b4d9fa647430206eb
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/graph.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index e3aa6ba478..179ff450ab 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -195,7 +195,7 @@ distributions in empirical data.  SIAM Review 51, 661-703 
(2009)}).")
      (list arpack-ng
            bliss
            glpk
-           lapack
+           ;lapack
            openblas
            plfit
            suitesparse-cxsparse))



reply via email to

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