ascent: Relax CMake version constraints (#22253)
This commit is contained in:
parent
cf29ee6b2b
commit
474e616a5b
@ -82,9 +82,8 @@ class Ascent(Package, CudaPackage):
|
||||
# package dependencies
|
||||
###########################################################################
|
||||
|
||||
# use cmake 3.14, newest that provides proper cuda support
|
||||
# and we have seen errors with cuda in 3.15
|
||||
depends_on("cmake@3.14.1:3.14.99", type='build')
|
||||
# Certain CMake versions have been found to break for our use cases
|
||||
depends_on("cmake@3.14.1:3.14.99,3.18.2:", type='build')
|
||||
depends_on("conduit~python", when="~python")
|
||||
depends_on("conduit+python", when="+python+shared")
|
||||
depends_on("conduit~shared~python", when="~shared")
|
||||
|
@ -63,9 +63,8 @@ class VtkH(Package, CudaPackage):
|
||||
variant("logging", default=False, description="Build vtk-h with logging enabled")
|
||||
variant("contourtree", default=False, description="Enable contour tree support")
|
||||
|
||||
# use cmake 3.14, newest that provides proper cuda support
|
||||
# and we have seen errors with cuda in 3.15
|
||||
depends_on("cmake@3.14.1:3.14.99", type='build')
|
||||
# Certain CMake versions have been found to break for our use cases
|
||||
depends_on("cmake@3.14.1:3.14.99,3.18.2", type='build')
|
||||
|
||||
depends_on("mpi", when="+mpi")
|
||||
depends_on("cuda", when="+cuda")
|
||||
|
Loading…
Reference in New Issue
Block a user