umpire: needs cmake@:3.20 when +rocm (#27893)

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

View file

@ -73,6 +73,7 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
depends_on('cmake@3.8:', type='build') depends_on('cmake@3.8:', type='build')
depends_on('cmake@3.9:', when='+cuda', type='build') depends_on('cmake@3.9:', when='+cuda', type='build')
depends_on('cmake@:3.20', when='+rocm', type='build')
depends_on('blt@0.4.1:', type='build', when='@6.0.0:') depends_on('blt@0.4.1:', type='build', when='@6.0.0:')
depends_on('blt@0.4.0:', type='build', when='@4.1.3:5.0.1') depends_on('blt@0.4.0:', type='build', when='@4.1.3:5.0.1')