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

This commit is contained in:
daichi-nishi 2020-10-23 05:02:41 +09:00 committed by GitHub
parent fb82810d50
commit 680c0ac06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ class PpopenApplBem(MakefilePackage):
"""
homepage = "http://ppopenhpc.cc.u-tokyo.ac.jp/ppopenhpc/"
url = "file://{0}/ppohBEM_0.5.0.tar.gz".format(os.getcwd())
git = "https://github.com/Post-Peta-Crest/ppOpenHPC.git"
version('0.5.0', sha256='bf5e32902c97674c99353ee35de9c89206659e82b9c3d1f6edc9beffbb7c9d5f')
version('master', branch='APPL/BEM')
depends_on('mpi')