umpire: needs cmake@:3.20 when +rocm (#27893)
This commit is contained in:
parent
b286c62feb
commit
e199d7ef6b
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue