From 546bf3de63916b2c5188c2963e1af33dc456264e Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 27 Oct 2025 11:52:02 +0100 Subject: [PATCH] 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 227aa76cc63c3b73ea46a286db9d9724417085f7..270bea3682864a286132ee73fd663abb8d6f72f4 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