gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotch.
* gnu/packages/maths.scm (superlu-dist)[arguments]: Adjust library names to match current ‘scotch’. Change-Id: If64094c058cc3be58435fe1c47cc99fb0a9e1fffmaster
parent
68202bcc43
commit
cd96573b73
|
@ -4458,8 +4458,8 @@ void mc64ad_dist (int *a, int *b, int *c, int *d, int *e, double *f, int *g,
|
||||||
"-DTPL_LAPACK_LIBRARIES=-lopenblas"
|
"-DTPL_LAPACK_LIBRARIES=-lopenblas"
|
||||||
(string-append "-DTPL_PARMETIS_LIBRARIES="
|
(string-append "-DTPL_PARMETIS_LIBRARIES="
|
||||||
(string-join
|
(string-join
|
||||||
'("ptscotchparmetis" "ptscotch" "ptscotcherr"
|
'("ptscotchparmetisv3" "ptscotcherr"
|
||||||
"scotchmetis" "scotch" "scotcherr")
|
"scotchmetisv3" "scotcherr")
|
||||||
";"))
|
";"))
|
||||||
(string-append "-DTPL_PARMETIS_INCLUDE_DIRS="
|
(string-append "-DTPL_PARMETIS_INCLUDE_DIRS="
|
||||||
(assoc-ref %build-inputs "parmetis")
|
(assoc-ref %build-inputs "parmetis")
|
||||||
|
|
Reference in New Issue