Packages/smc (#4999)
* new package: SMC * removed template and added proxy-app tag * added comp variant in edit() * edited comp variant in edit() * move executable and input file into bin and install readme and license
This commit is contained in:
parent
5a94cee216
commit
cf2a96a3f5
@ -74,7 +74,10 @@ def edit(self, spec, prefix):
|
||||
makefile.filter('COMP := .*', 'COMP := Intel')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.bin)
|
||||
files = glob.glob(join_path(self.build_directory, '*.exe'))
|
||||
for f in files:
|
||||
install(f, prefix)
|
||||
install('inputs_SMC', prefix)
|
||||
install(f, prefix.bin)
|
||||
install('inputs_SMC', prefix.bin)
|
||||
install('README', prefix)
|
||||
install('BoxLib.license.txt', prefix)
|
Loading…
Reference in New Issue
Block a user