diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-03-11 12:06:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-04 16:17:07 +0200 |
commit | e7d134c22a0a59edece8726e3a3fa88da8afa9b9 (patch) | |
tree | 2f537f9bd1b593b205565800fdc5805cc5b8fe34 /gnu/packages | |
parent | b3d24c1d4f92daa4cd22b5abaa1e29ae0f23255b (diff) | |
download | guix-e7d134c22a0a59edece8726e3a3fa88da8afa9b9.tar guix-e7d134c22a0a59edece8726e3a3fa88da8afa9b9.tar.gz |
gnu: arpack-ng: Switch to openblas.
* gnu/packages/maths.scm (arpack-ng): Switch inputs from lapack to openblas.
Change-Id: I0d825373f0f267cc97748a9c2c7de1d73698354e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |