paraview: require qt4
Qt5 has bugs which need at least 5.6.0 for a fix.
This commit is contained in:
parent
8feaefadcf
commit
d3ead7061e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Paraview(Package):
|
|||
depends_on('py-matplotlib', when='+python+matplotlib')
|
||||
depends_on('tcl', when='+tcl')
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('qt', when='+qt')
|
||||
depends_on('qt@:4', when='+qt')
|
||||
|
||||
depends_on('bzip2')
|
||||
depends_on('freetype')
|
||||
|
|
Loading…
Reference in a new issue