ParaView: Need VTKm for CUDA (#36620)

This commit is contained in:
kwryankrattiger 2023-04-11 15:41:23 -05:00 committed by GitHub
parent ae2dd867a1
commit 6e659cc38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,6 +115,7 @@ class Paraview(CMakePackage, CudaPackage, ROCmPackage):
conflicts("+openpmd", when="~adios2 ~hdf5", msg="openPMD needs ADIOS2 and/or HDF5") conflicts("+openpmd", when="~adios2 ~hdf5", msg="openPMD needs ADIOS2 and/or HDF5")
conflicts("~shared", when="+cuda") conflicts("~shared", when="+cuda")
conflicts("+cuda", when="@5.8:5.10") conflicts("+cuda", when="@5.8:5.10")
conflicts("+cuda", when="use_vtkm=off")
conflicts("+rocm", when="+cuda") conflicts("+rocm", when="+cuda")
conflicts("+rocm", when="use_vtkm=off") conflicts("+rocm", when="use_vtkm=off")
conflicts("paraview@:5.10", when="+rocm") conflicts("paraview@:5.10", when="+rocm")