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