guix-commits
[Top][All Lists]
Advanced

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

14/45: gnu: itpp: Switch to openblas.


From: guix-commits
Subject: 14/45: gnu: itpp: Switch to openblas.
Date: Thu, 4 Apr 2024 10:40:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e2dd1cb536a20be31955f44699f3ab6cd7105139
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:06:51 2024 +0100

    gnu: itpp: Switch to openblas.
    
    * gnu/packages/maths.scm (itpp): Switch input dependency from
    lapack to openblas.
    
    Change-Id: I42606d5ed379093a076790d2b300dfa96f18d2ea
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 f9b91cf600..bccbf0713b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2152,7 +2152,7 @@ the resulting text.")
                      ;; SOURCE_DATE_EPOCH
                      (lambda _
                        (setenv "FORCE_SOURCE_DATE" "1"))))))
-    (inputs (list lapack fftw))
+    (inputs (list openblas fftw))
     ;; FIXME: Even though the fonts are available dvips complains:
     ;; "Font cmmi10 not found; characters will be left blank."
     (native-inputs



reply via email to

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