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>
This commit is contained in:
parent
f5b1471796
commit
be0e9ee519
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,6 @@ precision.")
|
||||||
glpk-4
|
glpk-4
|
||||||
gmp
|
gmp
|
||||||
gsl
|
gsl
|
||||||
lapack
|
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
libpng
|
||||||
libsamplerate
|
libsamplerate
|
||||||
|
@ -426,6 +425,7 @@ precision.")
|
||||||
mpfi
|
mpfi
|
||||||
mpfr
|
mpfr
|
||||||
ntl
|
ntl
|
||||||
|
openblas
|
||||||
pari-gp
|
pari-gp
|
||||||
perl
|
perl
|
||||||
tcsh))
|
tcsh))
|
||||||
|
|
Reference in a new issue