From cd96573b73e53bf53c0efad965f925f106259764 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 11 Apr 2024 12:16:08 +0200 Subject: gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (superlu-dist)[arguments]: Adjust library names to match current ‘scotch’. Change-Id: If64094c058cc3be58435fe1c47cc99fb0a9e1fff --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 92a9600e09..cc42ce7902 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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" (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") -- cgit v1.2.3