guix-patches
[Top][All Lists]
Advanced

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

[bug#69729] [PATCH 05/41] gnu: hypre: Switch to openblas.


From: Romain GARBAGE
Subject: [bug#69729] [PATCH 05/41] gnu: hypre: Switch to openblas.
Date: Mon, 11 Mar 2024 12:06:46 +0100

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

Change-Id: I8bc2c3abf0d3ead52c9616e1a23bf4ac6113ac3b
---
 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 7deb652e77..e80b7df0e2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7106,7 +7106,7 @@ (define-public hypre
                   texlive-xcolor
                   texlive-xypic))))
     (inputs
-     (list openblas lapack))
+     (list openblas))
     (arguments
      `(#:modules ((srfi srfi-1)
                   ,@%gnu-build-system-modules)
-- 
2.41.0






reply via email to

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