~ruther/guix-local

2a9b6ac7ec805d4e9d137ee26e6a5ab539eba2bd — Romain GARBAGE 2 years ago f51f351
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 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