guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 546bf3de63916b2c5188c2963e1af33dc456264e
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Oct 27 11:52:02 2025 +0100
gnu: petsc-openmpi: Delete phase.
* gnu/packages/maths.scm (petsc-openmpi)[arguments]<#:phases>
{adjust-pt-scotch-library-names}: Remove.
Change-Id: Id138e82e4ab9f7f68991dfe8f835cc95cd7e3250
---
gnu/packages/maths.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 227aa76cc6..270bea3682 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4069,12 +4069,6 @@ scientific applications modeled by partial differential
equations.")
,@(delete "--with-mpi=0" #$cf)))
((#:phases phases)
#~(modify-phases #$phases
- (add-before 'configure 'adjust-pt-scotch-library-names
- (lambda _
- ;; Adjust to the library name changes in Scotch 7.0.
- (substitute* "config/BuildSystem/config/packages/PTScotch.py"
- (("libptesmumps") "libesmumps")
- (("libptscotchparmetis") "libptscotchparmetisv3"))))
(add-before 'configure 'mpi-setup
#$%openmpi-setup)
(add-after 'install 'patch-header-inclusions