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

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

View File

@ -3,7 +3,6 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
from spack import *
@ -16,9 +15,9 @@ class PpopenApplFdm(MakefilePackage):
"""
homepage = "http://ppopenhpc.cc.u-tokyo.ac.jp/ppopenhpc/"
url = "file://{0}/ppohFDM_0.3.1.tar.gz".format(os.getcwd())
git = "https://github.com/Post-Peta-Crest/ppOpenHPC.git"
version('0.3.1', sha256='5db7c28ef2df43c0ffa28e542d92320fe3c8cd7551aabe1de64647191ddf7d0b')
version('master', branch='APPL/FDM')
# remove unused variable definition
patch('unused.patch')