gnu: scalapack: Switch to openblas.
* gnu/packages/maths.scm (scalapack): Switch input dependency from lapack to openblas. Change-Id: Ie025e6ced66c75755314b53989547ffe26fbcd11 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f51f351c1f
commit
2a9b6ac7ec
@ -1198,7 +1198,7 @@ provide LAPACK for someone who does not have access to a Fortran compiler.")
|
||||
(inputs
|
||||
`(("mpi" ,openmpi)
|
||||
("fortran" ,gfortran)
|
||||
("lapack" ,lapack))) ;for testing only
|
||||
("lapack" ,openblas))) ;for testing only
|
||||
(arguments
|
||||
`(#:configure-flags `("-DBUILD_SHARED_LIBS:BOOL=YES")
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user