ParaView: Need VTKm for CUDA (#36620)
This commit is contained in:
parent
ae2dd867a1
commit
6e659cc38b
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user