modified:var/spack/repos/builtin/packages/ppopen-appl-fem/package.py (#19489)
This commit is contained in:
parent
5e3e3672f6
commit
270c647e71
@ -16,9 +16,9 @@ class PpopenApplFem(MakefilePackage):
|
||||
"""
|
||||
|
||||
homepage = "http://ppopenhpc.cc.u-tokyo.ac.jp/ppopenhpc/"
|
||||
url = "file://{0}/ppohFEM_1.0.1.tar.gz".format(os.getcwd())
|
||||
git = "https://github.com/Post-Peta-Crest/ppOpenHPC.git"
|
||||
|
||||
version('1.0.1', sha256='eea8837fa3eda284759b7ebf27c27cea8cbf9cf65cf37c62941700e1321aeb07')
|
||||
version('master', branch='APPL/FEM')
|
||||
|
||||
depends_on('mpi')
|
||||
depends_on('metis')
|
||||
@ -51,6 +51,7 @@ def edit(self, spec, prefix):
|
||||
)
|
||||
makefile_in.filter('mpicc', spec['mpi'].mpicc)
|
||||
makefile_in.filter('mpif90', spec['mpi'].mpifc)
|
||||
mkdirp(join_path('ppohFEM', 'bin'))
|
||||
|
||||
def install(self, spec, prefix):
|
||||
for d in ['ppohFEM', 'app_flow', 'app_heat', 'app_struct']:
|
||||
|
Loading…
Reference in New Issue
Block a user