summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gplates/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gplates/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gplates/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/gplates/package.py b/var/spack/repos/builtin/packages/gplates/package.py
index b7e03e95ce..f4834a7922 100644
--- a/var/spack/repos/builtin/packages/gplates/package.py
+++ b/var/spack/repos/builtin/packages/gplates/package.py
@@ -23,12 +23,12 @@ class Gplates(CMakePackage):
depends_on('cmake@2.8.8:', type='build')
depends_on('ninja', type='build')
# Qt 5 does not support (at least) the Q_WS_* constants.
- depends_on('qt+opengl@4.4.0:4.99')
+ depends_on('qt+opengl@4.4.0:4')
depends_on('qwt@6.0.1:')
depends_on('glu')
depends_on('glew')
# GDAL's OGRSFDriverRegistrar is not compatible anymore starting with 2.0.
- depends_on('gdal@1.3.2:1.99')
+ depends_on('gdal@1.3.2:1')
depends_on('cgal@3.5:')
# The latest release of gplates came out before PROJ.6 was released,
# so I'm assuming it's not supported.
@@ -36,7 +36,7 @@ class Gplates(CMakePackage):
# Boost's Python library has a different name starting with 1.67.
# There were changes to Boost's optional in 1.61 that make the build fail.
depends_on('boost+python@1.34:1.60')
- depends_on('python@2:2.99')
+ depends_on('python@2.0:2')
# When built in parallel, headers are not generated before they are used
# (specifically, ViewportWindowUi.h) with the Makefiles generator.