File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
var/spack/repos/builtin/packages/adiak Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,12 @@ class Adiak(CMakePackage):
19
19
variant ('mpi' , default = True , description = 'Build with MPI support' )
20
20
variant ('shared' , default = True , description = 'Build dynamic libraries' )
21
21
22
+ version ('0.2.2' , commit = '3aedd494c81c01df1183af28bc09bade2fabfcd3' ,
23
+ submodules = True , preferred = True )
22
24
version ('0.3.0-alpha' , commit = '054d2693a977ed0e1f16c665b4966bb90924779e' ,
23
- submodules = True )
25
+ submodules = True , deprecated = True )
24
26
version ('0.2.1' , commit = '950e3bfb91519ecb7b7ee7fa3063bfab23c0e2c9' ,
25
- submodules = True , preferred = True )
27
+ submodules = True )
26
28
version ('0.1.1' , sha256 = '438e4652e15e206cd0019423d829fd4f2329323ff0c8861d9586bae051d9624b' )
27
29
28
30
depends_on ('mpi' , when = '+mpi' )
You can’t perform that action at this time.
0 commit comments