guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69729] [PATCH 03/41] gnu: octave-cli: Switch to openblas.


From: Romain GARBAGE
Subject: [bug#69729] [PATCH 03/41] gnu: octave-cli: Switch to openblas.
Date: Mon, 11 Mar 2024 12:06:44 +0100

* gnu/packages/maths.scm (octave-cli): Switch input dependency from
lapack to openblas.

Change-Id: I3a624a44c1c9bc6be7360cfecbb61c955fa0d209
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0c3216d0f0..c42626ffca 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2955,10 +2955,10 @@ (define-public octave-cli
            libjpeg-turbo
 
            hdf5
-           lapack
            libsndfile
            libxft
            mesa
+           openblas
            pcre
            portaudio
            qhull
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]