ParaView: constrain +cuda variant to version < 5.8 (#29049)

This commit is contained in:
kwryankrattiger 2022-02-22 08:21:07 -06:00 committed by GitHub
parent b08ed91309
commit f9843367ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ class Paraview(CMakePackage, CudaPackage):
conflicts('+python', when='@5.9:')
conflicts('+python3', when='@:5.5')
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
conflicts('~opengl2', when='@5.5:')