Removed excessive constraints on dependent packages in LBANN (#29416)
This commit is contained in:
parent
ff7230c0cf
commit
bedc9fe665
@ -103,8 +103,8 @@ class Lbann(CMakePackage, CudaPackage, ROCmPackage):
|
||||
conflicts('+gold', when='platform=darwin', msg="gold does not work on Darwin")
|
||||
conflicts('+lld', when='platform=darwin', msg="lld does not work on Darwin")
|
||||
|
||||
depends_on('cmake@3.21.0: ~doc', type='build', when='@0.103:')
|
||||
depends_on('cmake@3.17.0: ~doc', type='build', when='@:0.102')
|
||||
depends_on('cmake@3.17.0:', type='build')
|
||||
depends_on('cmake@3.21.0:', type='build', when='@0.103:')
|
||||
|
||||
# Specify the correct versions of Hydrogen
|
||||
depends_on('hydrogen@:1.3.4', when='@0.95:0.100')
|
||||
|
Loading…
Reference in New Issue
Block a user