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: If64094c058cc3be58435fe1c47cc99fb0a9e1fff
This commit is contained in:
Ludovic Courtès 2024-04-11 12:16:08 +02:00 committed by Ludovic Courtès
parent 68202bcc43
commit cd96573b73
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4458,8 +4458,8 @@ (define-public superlu-dist
"-DTPL_LAPACK_LIBRARIES=-lopenblas"
(string-append "-DTPL_PARMETIS_LIBRARIES="
(string-join
'("ptscotchparmetis" "ptscotch" "ptscotcherr"
"scotchmetis" "scotch" "scotcherr")
'("ptscotchparmetisv3" "ptscotcherr"
"scotchmetisv3" "scotcherr")
";"))
(string-append "-DTPL_PARMETIS_INCLUDE_DIRS="
(assoc-ref %build-inputs "parmetis")