summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/visit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/visit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/visit/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/visit/package.py b/var/spack/repos/builtin/packages/visit/package.py
index 46a7721916..3bd6bb0e17 100644
--- a/var/spack/repos/builtin/packages/visit/package.py
+++ b/var/spack/repos/builtin/packages/visit/package.py
@@ -177,14 +177,14 @@ class Visit(CMakePackage):
depends_on('cmake@3.0:', type='build')
# https://github.com/visit-dav/visit/issues/3498
- depends_on('vtk@8.1.0:8.1.999+opengl2~python', when='~python @3.0:3.999,develop')
- depends_on('vtk@8.1.0:8.1.999+opengl2+python', when='+python @3.0:3.999,develop')
+ depends_on('vtk@8.1.0:8.1+opengl2~python', when='~python @3.0:3,develop')
+ depends_on('vtk@8.1.0:8.1+opengl2+python', when='+python @3.0:3,develop')
depends_on('glu', when='platform=linux')
- depends_on('vtk@6.1.0~opengl2', when='@:2.999')
+ depends_on('vtk@6.1.0~opengl2', when='@:2')
depends_on('vtk+python', when='+python @3.0:,develop')
depends_on('vtk~mpi', when='~mpi')
depends_on('vtk+qt', when='+gui')
- depends_on('qt+gui@4.8.6:4.999', when='+gui @:2.999')
+ depends_on('qt+gui@4.8.6:4', when='+gui @:2')
depends_on('qt+gui@5.10:', when='+gui @3.0:,develop')
depends_on('qwt', when='+gui')
depends_on('python@2.6:2.8', when='+python')
@@ -198,13 +198,13 @@ class Visit(CMakePackage):
depends_on('mpi', when='+mpi')
depends_on('adios2', when='+adios2')
- conflicts('+adios2', when='@:2.999')
- conflicts('+hdf5', when='~gui @:2.999')
- conflicts('+silo', when='~gui @:2.999')
+ conflicts('+adios2', when='@:2')
+ conflicts('+hdf5', when='~gui @:2')
+ conflicts('+silo', when='~gui @:2')
root_cmakelists_dir = 'src'
- @when('@3.0.0:3.999,develop')
+ @when('@3.0.0:3,develop')
def patch(self):
# Some of VTK's targets don't create explicit libraries, so there is no
# 'vtktiff'. Instead, replace with the library variable defined from