ParaView: conflict ~opengl2 with versions 5.5 and up (#16742)
This commit is contained in:
parent
ed037edd26
commit
7449bf8bab
@ -54,6 +54,9 @@ class Paraview(CMakePackage, CudaPackage):
|
||||
conflicts('+python', when='@5.6:')
|
||||
conflicts('+python3', when='@:5.5')
|
||||
conflicts('+shared', when='+cuda')
|
||||
# Legacy rendering dropped in 5.5
|
||||
# See commit: https://gitlab.kitware.com/paraview/paraview/-/commit/798d328c
|
||||
conflicts('~opengl2', when='@5.5:')
|
||||
|
||||
# Workaround for
|
||||
# adding the following to your packages.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user