ParaView: conflict ~opengl2 with versions 5.5 and up (#16742)

This commit is contained in:
Ethan Stam
2020-05-22 09:33:19 -06:00
committed by GitHub
parent ed037edd26
commit 7449bf8bab

View File

@@ -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