summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-27 11:52:02 +0100
committerAndreas Enge <andreas@enge.fr>2025-10-29 20:40:33 +0100
commit546bf3de63916b2c5188c2963e1af33dc456264e (patch)
tree95eb3785ce3446e48a7b0a1d233228cfc8f77738 /gnu
parent520dc14d0240e8c3b6baa59f3c808d4f99f5b437 (diff)
gnu: petsc-openmpi: Delete phase.
* gnu/packages/maths.scm (petsc-openmpi)[arguments]<#:phases> {adjust-pt-scotch-library-names}: Remove. Change-Id: Id138e82e4ab9f7f68991dfe8f835cc95cd7e3250
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 227aa76cc63..270bea36828 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4069,12 +4069,6 @@ scientific applications modeled by partial differential equations.")
4069 ,@(delete "--with-mpi=0" #$cf))) 4069 ,@(delete "--with-mpi=0" #$cf)))
4070 ((#:phases phases) 4070 ((#:phases phases)
4071 #~(modify-phases #$phases 4071 #~(modify-phases #$phases
4072 (add-before 'configure 'adjust-pt-scotch-library-names
4073 (lambda _
4074 ;; Adjust to the library name changes in Scotch 7.0.
4075 (substitute* "config/BuildSystem/config/packages/PTScotch.py"
4076 (("libptesmumps") "libesmumps")
4077 (("libptscotchparmetis") "libptscotchparmetisv3"))))
4078 (add-before 'configure 'mpi-setup 4072 (add-before 'configure 'mpi-setup
4079 #$%openmpi-setup) 4073 #$%openmpi-setup)
4080 (add-after 'install 'patch-header-inclusions 4074 (add-after 'install 'patch-header-inclusions