[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")
- branch master updated (d564e04ded -> 4e7337536b), guix-commits, 2024/04/11
- 04/16: gnu: speech-dispatcher: Update to 0.11.5., guix-commits, 2024/04/11
- 10/16: gnu: racket: Update to 8.12., guix-commits, 2024/04/11
- 05/16: gnu: Add markdeep., guix-commits, 2024/04/11
- 08/16: gnu: Add durden., guix-commits, 2024/04/11
- 11/16: gnu: chez-scheme: Reorganize package definitions., guix-commits, 2024/04/11
- 13/16: gnu: Deprecate chez-scheme-for-system.in favor of chez-scheme., guix-commits, 2024/04/11
- 06/16: gnu: Add stddoc., guix-commits, 2024/04/11
- 01/16: gnu: pt-scotch: Include <stdint.h> so ‘parmetis.h’ is usable., guix-commits, 2024/04/11
- 02/16: gnu: superlu-dist: Fix linking with the ParMETIS shim of pt-scotch.,
guix-commits <=
- 09/16: gnu: zuo: Update to 1.9., guix-commits, 2024/04/11
- 07/16: gnu: Add nuklear., guix-commits, 2024/04/11
- 12/16: gnu: chez-scheme: Update to 10.0.0., guix-commits, 2024/04/11
- 03/16: gnu: gdb: Update to 14.2., guix-commits, 2024/04/11
- 14/16: gnu: Fix uses of deprecated chez-scheme-for-system., guix-commits, 2024/04/11
- 15/16: gnu: chez-scheme: Update and simplify machine-type handling., guix-commits, 2024/04/11
- 16/16: gnu: chez-scheme: Bootstrap from source., guix-commits, 2024/04/11