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
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ provide LAPACK for someone who does not have access to a Fortran compiler.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpi" ,openmpi)
|
`(("mpi" ,openmpi)
|
||||||
("fortran" ,gfortran)
|
("fortran" ,gfortran)
|
||||||
("lapack" ,lapack))) ;for testing only
|
("lapack" ,openblas))) ;for testing only
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("-DBUILD_SHARED_LIBS:BOOL=YES")
|
`(#:configure-flags `("-DBUILD_SHARED_LIBS:BOOL=YES")
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue