diff options
author | Matthew LeGendre <legendre1@llnl.gov> | 2022-07-05 12:05:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 13:05:51 -0600 |
commit | 37c99747553b2f30189012ccd14ecdf21c721ac6 (patch) | |
tree | e64f5703a190cfe34ba78ab4f326d3c232561a0c /var | |
parent | 86a127788d8ea91cedd93406be6aee8db38f7aef (diff) | |
download | spack-37c99747553b2f30189012ccd14ecdf21c721ac6.tar.gz spack-37c99747553b2f30189012ccd14ecdf21c721ac6.tar.bz2 spack-37c99747553b2f30189012ccd14ecdf21c721ac6.tar.xz spack-37c99747553b2f30189012ccd14ecdf21c721ac6.zip |
Add adiak version 0.2.2 (#31438)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/adiak/package.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/adiak/package.py b/var/spack/repos/builtin/packages/adiak/package.py index eb372a25da..3c5e7f5956 100644 --- a/var/spack/repos/builtin/packages/adiak/package.py +++ b/var/spack/repos/builtin/packages/adiak/package.py @@ -19,10 +19,12 @@ class Adiak(CMakePackage): variant('mpi', default=True, description='Build with MPI support') variant('shared', default=True, description='Build dynamic libraries') + version('0.2.2', commit='3aedd494c81c01df1183af28bc09bade2fabfcd3', + submodules=True, preferred=True) version('0.3.0-alpha', commit='054d2693a977ed0e1f16c665b4966bb90924779e', - submodules=True) + submodules=True, deprecated=True) version('0.2.1', commit='950e3bfb91519ecb7b7ee7fa3063bfab23c0e2c9', - submodules=True, preferred=True) + submodules=True) version('0.1.1', sha256='438e4652e15e206cd0019423d829fd4f2329323ff0c8861d9586bae051d9624b') depends_on('mpi', when='+mpi') |