relax qt dependency for paraview (#4592)

- previously restricted everything to QT-4, but now only have that
  restriction for older paraview versions.
This commit is contained in:
Mark Olesen 2017-06-23 18:41:29 +01:00 committed by Adam J. Stewart
parent 2126c03a28
commit 6c1c290a63

View File

@ -52,9 +52,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@:4', when='+qt')
# TODO# depends_on('qt@:4', when='@:5.2.0+qt')
# TODO# depends_on('qt@5', when='@5.3.0:+qt')
depends_on('qt', when='@5.3.0:+qt')
depends_on('qt@:4', when='@:5.2.0+qt')
depends_on('bzip2')
depends_on('freetype')