From e7d134c22a0a59edece8726e3a3fa88da8afa9b9 Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:06:42 +0100 Subject: gnu: arpack-ng: Switch to openblas. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (arpack-ng): Switch inputs from lapack to openblas. Change-Id: I0d825373f0f267cc97748a9c2c7de1d73698354e Signed-off-by: Ludovic Courtès --- 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 479591889f..37f319d6bc 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1071,7 +1071,7 @@ halfspaces) or by their double description with both representations.") (native-inputs (list pkg-config)) (inputs - (list eigen lapack gfortran)) + (list eigen openblas gfortran)) (synopsis "Fortran subroutines for solving eigenvalue problems") (description "ARPACK-NG is a collection of Fortran77 subroutines designed to solve -- cgit 1.4.1