sw4lite: add v1.1 (#9289)

This commit is contained in:
Christoph Junghans 2018-09-19 13:30:28 -06:00 committed by GitHub
parent 133dd7a4ac
commit 7b2b2fb969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ class Sw4lite(MakefilePackage):
git = "https://github.com/geodynamics/sw4lite.git"
version('develop', branch='master')
version('1.1', sha256='34b5f7b56f9e40474c14abebcaa024192de018de6beb6dafee53d3db5b07c6d3')
version('1.0', '3d911165f4f2ff6d5f9c1bd56ab6723f')
variant('openmp', default=True, description='Build with OpenMP support')