diff options
author | Christoph Junghans <junghans@lanl.gov> | 2020-07-02 19:10:41 -0600 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2020-07-02 23:24:44 -0700 |
commit | cc0dda95c48a9667c9e8079a075075b67e1211ef (patch) | |
tree | 523e17ffba1042b7ef1b055fd2309a9395338c73 /var | |
parent | 7679e20e839ff561f26e1fd64540e433ecd89b66 (diff) | |
download | spack-cc0dda95c48a9667c9e8079a075075b67e1211ef.tar.gz spack-cc0dda95c48a9667c9e8079a075075b67e1211ef.tar.bz2 spack-cc0dda95c48a9667c9e8079a075075b67e1211ef.tar.xz spack-cc0dda95c48a9667c9e8079a075075b67e1211ef.zip |
quicksilver: add v1.0
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/quicksilver/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/quicksilver/package.py b/var/spack/repos/builtin/packages/quicksilver/package.py index ceef9e1bfb..e39a82337d 100644 --- a/var/spack/repos/builtin/packages/quicksilver/package.py +++ b/var/spack/repos/builtin/packages/quicksilver/package.py @@ -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') |