diff --git a/var/spack/repos/builtin/packages/minigmg/package.py b/var/spack/repos/builtin/packages/minigmg/package.py index 380453418e3..8bf54c52aa2 100644 --- a/var/spack/repos/builtin/packages/minigmg/package.py +++ b/var/spack/repos/builtin/packages/minigmg/package.py @@ -41,8 +41,6 @@ class Minigmg(Package): # Replaces inline with inline static, for correct syntax patch('inline_static.patch') - phases = ['build', 'install'] - def install(self, spec, prefix): cc = Executable(spec['mpi'].mpicc)