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>master
parent
b3d24c1d4f
commit
e7d134c22a
|
@ -1071,7 +1071,7 @@ halfspaces) or by their double description with both representations.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list eigen lapack gfortran))
|
(list eigen openblas gfortran))
|
||||||
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
(synopsis "Fortran subroutines for solving eigenvalue problems")
|
||||||
(description
|
(description
|
||||||
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve
|
"ARPACK-NG is a collection of Fortran77 subroutines designed to solve
|
||||||
|
|
Reference in New Issue