From 0e8011a9987c271f226cebb800ed6dbaa3c282a3 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:06:46 +0100 Subject: gnu: hypre: Switch to openblas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (hypre): Switch input dependency from lapack to openblas. Change-Id: I8bc2c3abf0d3ead52c9616e1a23bf4ac6113ac3b Signed-off-by: Ludovic Courtès --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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) -- cgit v1.2.3