Removed excessive constraints on dependent packages in LBANN (#29416)

This commit is contained in:
Brian Van Essen 2022-03-09 10:48:29 -08:00 committed by GitHub
parent ff7230c0cf
commit bedc9fe665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')