~ruther/guix-local

be0e9ee5199f7429293985e768fd703d01129ef8 — Romain GARBAGE 2 years ago f5b1471
gnu: giac: Switch to openblas.

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

Change-Id: I1ba95b5b606baf3192fdd3f651c9a74ab6e820c1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +1 -1
@@ 414,7 414,6 @@ precision.")
           glpk-4
           gmp
           gsl
           lapack
           libjpeg-turbo
           libpng
           libsamplerate


@@ 426,6 425,7 @@ precision.")
           mpfi
           mpfr
           ntl
           openblas
           pari-gp
           perl
           tcsh))