From 6481610da9359ce1751ec6913e2b7d02eb727693 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:06:47 +0100 Subject: [PATCH] gnu: igraph: Switch to openblas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/graph.scm (igraph): Switch input dependency from lapack to openblas. Change-Id: Idcaada16496d2854cce7375b4d9fa647430206eb Signed-off-by: Ludovic Courtès --- 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))