guix-patches
[Top][All Lists]
Advanced

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

[bug#69729] [PATCH 39/41] gnu: shogun: Switch to openblas.


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

* gnu/packages/machine-learning.scm (shogun): Switch from lapack to
openblas dependency.

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

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 4315d0d5b9..005ae0a8d5 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1255,7 +1255,7 @@ (define (delete-ifdefs file)
        ("hdf5" ,hdf5)
        ("atlas" ,atlas)
        ("arpack" ,arpack-ng)
-       ("lapack" ,lapack)
+       ("openblas" ,openblas)
        ("glpk" ,glpk)
        ("libxml2" ,libxml2)
        ("lzo" ,lzo)
-- 
2.41.0






reply via email to

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