paraview: static cuda is not supported (#33246)
This commit is contained in:
parent
1a77f3e2e0
commit
ac9172fdbc
@ -109,7 +109,7 @@ class Paraview(CMakePackage, CudaPackage):
|
|||||||
# Python 2 support dropped with 5.9.0
|
# Python 2 support dropped with 5.9.0
|
||||||
conflicts("+python", when="@5.9:")
|
conflicts("+python", when="@5.9:")
|
||||||
conflicts("+python3", when="@:5.5")
|
conflicts("+python3", when="@:5.5")
|
||||||
conflicts("+shared", when="+cuda")
|
conflicts("~shared", when="+cuda")
|
||||||
conflicts("+cuda", when="@5.8:5.10")
|
conflicts("+cuda", when="@5.8:5.10")
|
||||||
# Legacy rendering dropped in 5.5
|
# Legacy rendering dropped in 5.5
|
||||||
# See commit: https://gitlab.kitware.com/paraview/paraview/-/commit/798d328c
|
# See commit: https://gitlab.kitware.com/paraview/paraview/-/commit/798d328c
|
||||||
|
Loading…
Reference in New Issue
Block a user