guix-patches
[Top][All Lists]
Advanced

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

[bug#69729] [PATCH 36/41] gnu: giac: Switch to openblas.


From: Romain GARBAGE
Subject: [bug#69729] [PATCH 36/41] gnu: giac: Switch to openblas.
Date: Mon, 11 Mar 2024 12:07:17 +0100

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

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

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 90507ebd90..5ec47428fc 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -413,7 +413,6 @@ (define-public giac
            glpk-4
            gmp
            gsl
-           lapack
            libjpeg-turbo
            libpng
            libsamplerate
@@ -425,6 +424,7 @@ (define-public giac
            mpfi
            mpfr
            ntl
+           openblas
            pari-gp
            perl
            tcsh))
-- 
2.41.0






reply via email to

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