quicksilver: add v1.0

This commit is contained in:
Christoph Junghans 2020-07-02 19:10:41 -06:00 committed by Peter Scheibel
parent 7679e20e83
commit cc0dda95c4

View file

@ -14,12 +14,13 @@ class Quicksilver(MakefilePackage):
tags = ['proxy-app']
homepage = "https://codesign.llnl.gov/quicksilver.php"
url = "https://github.com/LLNL/Quicksilver"
url = "https://github.com/LLNL/Quicksilver/tarball/V1.0"
git = "https://github.com/LLNL/Quicksilver.git"
maintainers = ['richards12']
version('master', branch='master')
version('1.0', sha256='83371603b169ec75e41fb358881b7bd498e83597cd251ff9e5c35769ef22c59a')
variant('openmp', default=True, description='Build with OpenMP support')
variant('mpi', default=True, description='Build with MPI support')