me
/
guix
Archived
1
0
Fork 0

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>
master
Romain GARBAGE 2024-03-11 12:06:47 +01:00 committed by Ludovic Courtès
parent 0e8011a998
commit 6481610da9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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))