quicksilver: add v1.0
This commit is contained in:
parent
7679e20e83
commit
cc0dda95c4
1 changed files with 2 additions and 1 deletions
|
@ -14,12 +14,13 @@ class Quicksilver(MakefilePackage):
|
||||||
tags = ['proxy-app']
|
tags = ['proxy-app']
|
||||||
|
|
||||||
homepage = "https://codesign.llnl.gov/quicksilver.php"
|
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"
|
git = "https://github.com/LLNL/Quicksilver.git"
|
||||||
|
|
||||||
maintainers = ['richards12']
|
maintainers = ['richards12']
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('1.0', sha256='83371603b169ec75e41fb358881b7bd498e83597cd251ff9e5c35769ef22c59a')
|
||||||
|
|
||||||
variant('openmp', default=True, description='Build with OpenMP support')
|
variant('openmp', default=True, description='Build with OpenMP support')
|
||||||
variant('mpi', default=True, description='Build with MPI support')
|
variant('mpi', default=True, description='Build with MPI support')
|
||||||
|
|
Loading…
Reference in a new issue