Paraview expects qt to have opengl (#6520)
This commit is contained in:
parent
f6c99d7beb
commit
80048ae4a9
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ class Paraview(CMakePackage):
|
|||
depends_on('py-numpy', when='+python', type='run')
|
||||
depends_on('py-matplotlib', when='+python', type='run')
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('qt', when='@5.3.0:+qt')
|
||||
depends_on('qt+opengl', when='@5.3.0:+qt+opengl2')
|
||||
depends_on('qt~opengl', when='@5.3.0:+qt~opengl2')
|
||||
depends_on('qt@:4', when='@:5.2.0+qt')
|
||||
|
||||
depends_on('mesa+swrender', when='+osmesa')
|
||||
|
|
Loading…
Reference in a new issue