VTK-m: Update gcc 11 conflict after patch (#32546)

This commit is contained in:
kwryankrattiger 2022-09-12 12:29:45 -05:00 committed by GitHub
parent 13d872592e
commit 6a5d247d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class VtkM(CMakePackage, CudaPackage, ROCmPackage):
depends_on("cmake@3.18:", when="+rocm", type="build") # CMake >= 3.18
conflicts("%gcc@:4.10", msg="vtk-m requires gcc >= 5. Please install a newer version")
conflicts("%gcc@11:", when="@:1.7", msg="vtk-m v1.8 provides updates for gcc >= 11")
conflicts("%gcc@11:", when="@:1.5.2", msg="DIY has a issue building with gcc 11")
depends_on("cuda@10.1.0:", when="+cuda_native")
depends_on("tbb", when="+tbb")