paraview: static cuda is not supported (#33246)

This commit is contained in:
Vicente Bolea 2022-11-04 13:52:28 -04:00 committed by GitHub
parent 1a77f3e2e0
commit ac9172fdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ class Paraview(CMakePackage, CudaPackage):
# Python 2 support dropped with 5.9.0
conflicts("+python", when="@5.9:")
conflicts("+python3", when="@:5.5")
conflicts("+shared", when="+cuda")
conflicts("~shared", when="+cuda")
conflicts("+cuda", when="@5.8:5.10")
# Legacy rendering dropped in 5.5
# See commit: https://gitlab.kitware.com/paraview/paraview/-/commit/798d328c