minigmg: remove custom phases

This commit is contained in:
Massimiliano Culpo 2022-04-08 22:03:17 +02:00 committed by Harmen Stoppels
parent 1a999d6e2d
commit b033dbbbd0

View File

@ -41,8 +41,6 @@ class Minigmg(Package):
# Replaces inline with inline static, for correct syntax # Replaces inline with inline static, for correct syntax
patch('inline_static.patch') patch('inline_static.patch')
phases = ['build', 'install']
def install(self, spec, prefix): def install(self, spec, prefix):
cc = Executable(spec['mpi'].mpicc) cc = Executable(spec['mpi'].mpicc)