guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/16: gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotc


From: guix-commits
Subject: 02/16: gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotch.
Date: Thu, 11 Apr 2024 06:56:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit cd96573b73e53bf53c0efad965f925f106259764
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Thu Apr 11 12:16:08 2024 +0200

    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
---
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]