mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 10:31:49 +02:00
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>
This commit is contained in:
committed by
Ludovic Courtès
parent
b3d24c1d4f
commit
e7d134c22a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user