guix-patches
[Top][All Lists]
Advanced

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

[bug#69729] [PATCH 06/41] gnu: igraph: Switch to openblas.


From: Romain GARBAGE
Subject: [bug#69729] [PATCH 06/41] gnu: igraph: Switch to openblas.
Date: Mon, 11 Mar 2024 12:06:47 +0100

* gnu/packages/graph.scm (igraph): Switch input dependency from
lapack to openblas.

Change-Id: Idcaada16496d2854cce7375b4d9fa647430206eb
---
 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 a3607689a3..437f744451 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -195,7 +195,7 @@ (define-public igraph
      (list arpack-ng
            bliss
            glpk
-           lapack
+           ;lapack
            openblas
            plfit
            suitesparse-cxsparse))
-- 
2.41.0






reply via email to

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