~ruther/guix-local

e7d134c22a0a59edece8726e3a3fa88da8afa9b9 — Romain GARBAGE 2 years ago b3d24c1
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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