diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-03-11 12:06:44 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-04 16:17:12 +0200 |
commit | f51f351c1fe840722c2917bbf1115985e87ef36a (patch) | |
tree | 5f7b9633e1869bd296cdc9b92e65597f1afb1b03 | |
parent | dc457d969b23a0575fbe71fdb606a7905340e1ec (diff) | |
download | guix-f51f351c1fe840722c2917bbf1115985e87ef36a.tar.gz guix-f51f351c1fe840722c2917bbf1115985e87ef36a.zip |
gnu: octave-cli: Switch to openblas.
* gnu/packages/maths.scm (octave-cli): Switch input dependency from
lapack to openblas.
Change-Id: I3a624a44c1c9bc6be7360cfecbb61c955fa0d209
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f3762abcd8..892145a4f5 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2956,10 +2956,10 @@ can solve two kinds of problems: libjpeg-turbo hdf5 - lapack libsndfile libxft mesa + openblas pcre portaudio qhull |