ParaView: constrain +cuda variant to version < 5.8 (#29049)
This commit is contained in:
parent
b08ed91309
commit
f9843367ed
@ -81,6 +81,7 @@ class Paraview(CMakePackage, CudaPackage):
|
|||||||
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')
|
||||||
# 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
|
||||||
conflicts('~opengl2', when='@5.5:')
|
conflicts('~opengl2', when='@5.5:')
|
||||||
|
Loading…
Reference in New Issue
Block a user