summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2022-04-08 22:03:17 +0200
committerHarmen Stoppels <harmenstoppels@gmail.com>2022-04-11 11:42:45 +0200
commitb033dbbbd05cd0f8564cc9607f2d1921eb8d12b4 (patch)
tree4ca2c2440de0c031ce0792ee6920611a061e9c9d
parent1a999d6e2d31c54c06b5674cf286d9b368f14ef0 (diff)
downloadspack-b033dbbbd05cd0f8564cc9607f2d1921eb8d12b4.tar.gz
spack-b033dbbbd05cd0f8564cc9607f2d1921eb8d12b4.tar.bz2
spack-b033dbbbd05cd0f8564cc9607f2d1921eb8d12b4.tar.xz
spack-b033dbbbd05cd0f8564cc9607f2d1921eb8d12b4.zip
minigmg: remove custom phases
-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)