modified:var/spack/repos/builtin/packages/ppopen-appl-fem/package.py (#19489)

This commit is contained in:
daichi-nishi 2020-10-24 00:46:57 +09:00 committed by GitHub
parent 5e3e3672f6
commit 270c647e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']: