~ruther/guix-local

546bf3de63916b2c5188c2963e1af33dc456264e — Andreas Enge 5 months ago 520dc14
gnu: petsc-openmpi: Delete phase.

* gnu/packages/maths.scm (petsc-openmpi)[arguments]<#:phases>
{adjust-pt-scotch-library-names}: Remove.

Change-Id: Id138e82e4ab9f7f68991dfe8f835cc95cd7e3250
1 files changed, 0 insertions(+), 6 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +0 -6
@@ 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