diff options
-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 |