raja +rocm: depends on cmake@:3.20 for now (#27895)

This commit is contained in:
eugeneswalker 2021-12-09 16:14:10 -08:00 committed by GitHub
parent 32c442afdb
commit b286c62feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ class Raja(CachedCMakePackage, CudaPackage, ROCmPackage):
depends_on('camp@0.2.2', when='@0.14.0:')
depends_on('camp@0.1.0', when='@0.12.0:0.13.0')
depends_on('cmake@:3.20', when='+rocm', type='build')
with when('+rocm @0.12.0:'):
depends_on('camp+rocm')
for arch in ROCmPackage.amdgpu_targets: