mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 21:19:33 +01:00
gnu: superlu-dist: Remove dependency on lapack.
* gnu/packages/maths.scm (superlu-dist): Remove dependency on lapack. Change-Id: I5893e16f7ef6fd688fd6b53eba6d3005b832f0ef Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8e9b803db2
commit
da7f591619
1 changed files with 1 additions and 2 deletions
|
@ -4445,7 +4445,6 @@ void mc64ad_dist (int *a, int *b, int *c, int *d, int *e, double *f, int *g,
|
|||
(inputs
|
||||
`(("gfortran" ,gfortran)
|
||||
("blas" ,openblas)
|
||||
("lapack" ,lapack)
|
||||
("combblas" ,combinatorial-blas)))
|
||||
(propagated-inputs
|
||||
`(("mpi" ,openmpi) ;headers include MPI heades
|
||||
|
@ -4456,7 +4455,7 @@ void mc64ad_dist (int *a, int *b, int *c, int *d, int *e, double *f, int *g,
|
|||
#:configure-flags (list "-DBUILD_SHARED_LIBS:BOOL=YES"
|
||||
"-DTPL_ENABLE_COMBBLASLIB=YES"
|
||||
"-DTPL_BLAS_LIBRARIES=-lopenblas"
|
||||
"-DTPL_LAPACK_LIBRARIES=-llapack"
|
||||
"-DTPL_LAPACK_LIBRARIES=-lopenblas"
|
||||
(string-append "-DTPL_PARMETIS_LIBRARIES="
|
||||
(string-join
|
||||
'("ptscotchparmetis" "ptscotch" "ptscotcherr"
|
||||
|
|
Loading…
Add table
Reference in a new issue