paraview: add forward compat bound with cuda (#47430)
This commit is contained in:
parent
dadb30f0e2
commit
eb9ff5d7a7
@ -325,6 +325,9 @@ class Paraview(CMakePackage, CudaPackage, ROCmPackage):
|
||||
# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8474
|
||||
depends_on("proj@8.1.0", when="@5.11:")
|
||||
|
||||
# Patches to vendored VTK-m are needed for forward compat with CUDA 12 (mr 2972 and 3259)
|
||||
depends_on("cuda@:11", when="+cuda")
|
||||
|
||||
patch("stl-reader-pv440.patch", when="@4.4.0")
|
||||
|
||||
# Broken gcc-detection - improved in 5.1.0, redundant later
|
||||
|
Loading…
Reference in New Issue
Block a user