[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))
- branch master updated (2931967720 -> e6df74d2b1), guix-commits, 2024/04/04
- 01/45: ssh: ‘open-ssh-session’ displays the port number upon error., guix-commits, 2024/04/04
- 07/45: gnu: octave-cli: Switch to openblas., guix-commits, 2024/04/04
- 10/45: gnu: igraph: Switch to openblas.,
guix-commits <=
- 03/45: gnu: hwloc: Remove dependency on graphics libraries when cross-compiling., guix-commits, 2024/04/04
- 06/45: gnu: armadillo: Switch to openblas., guix-commits, 2024/04/04
- 19/45: gnu: ceres: Remove dependency on lapack., guix-commits, 2024/04/04
- 21/45: gnu: plink: Switch to openblas., guix-commits, 2024/04/04
- 23/45: gnu: plink-ng: Remove lapack dep., guix-commits, 2024/04/04
- 24/45: gnu: dealii: Remove dependency on lapack., guix-commits, 2024/04/04
- 09/45: gnu: hypre: Switch to openblas., guix-commits, 2024/04/04
- 12/45: gnu: jags: Switch to openblas., guix-commits, 2024/04/04
- 16/45: gnu: ghc-hmatrix: Switch to openblas., guix-commits, 2024/04/04
- 18/45: gnu: ipopt: Switch to openblas., guix-commits, 2024/04/04