diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 892145a4f5..a38278f20a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |