~ruther/guix-local

6481610da9359ce1751ec6913e2b7d02eb727693 — Romain GARBAGE 2 years ago 0e8011a
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/graph.scm
M gnu/packages/graph.scm => gnu/packages/graph.scm +1 -1
@@ 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))