minigmg: remove custom phases
This commit is contained in:
parent
9740c3b300
commit
1a999d6e2d
@ -43,7 +43,7 @@ class Minigmg(Package):
|
||||
|
||||
phases = ['build', 'install']
|
||||
|
||||
def build(self, spec, prefix):
|
||||
def install(self, spec, prefix):
|
||||
|
||||
cc = Executable(spec['mpi'].mpicc)
|
||||
|
||||
@ -92,7 +92,6 @@ def build(self, spec, prefix):
|
||||
|
||||
cc(*args)
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdir(prefix.bin)
|
||||
install('run.miniGMG', prefix.bin)
|
||||
mkdir(prefix.jobs)
|
||||
|
Loading…
Reference in New Issue
Block a user