summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/minigmg/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/minigmg/package.py b/var/spack/repos/builtin/packages/minigmg/package.py
index 380453418e..8bf54c52aa 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)