guix-commits
[Top][All Lists]
Advanced

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

09/45: gnu: hypre: Switch to openblas.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: hypre: Switch to openblas.
    
    * gnu/packages/maths.scm (hypre): Switch input dependency from
    lapack to openblas.
    
    Change-Id: I8bc2c3abf0d3ead52c9616e1a23bf4ac6113ac3b
    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 a38278f20a..f9b91cf600 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7108,7 +7108,7 @@ set.")
                   texlive-xcolor
                   texlive-xypic))))
     (inputs
-     (list openblas lapack))
+     (list openblas))
     (arguments
      `(#:modules ((srfi srfi-1)
                   ,@%gnu-build-system-modules)



reply via email to

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