GRASS GIS does not yet support PROJ.6 (#11762)

This commit is contained in:
Adam J. Stewart 2019-06-17 19:59:12 -05:00 committed by Elizabeth Fischer
parent b0cf2b5855
commit 3018c64537

View File

@ -48,6 +48,8 @@ class Grass(AutotoolsPackage):
depends_on('flex', type='build')
depends_on('bison', type='build')
depends_on('proj')
depends_on('proj@:4', when='@:7.5')
depends_on('proj@:5', when='@:7.7')
depends_on('gdal')
depends_on('python@2.7:2.9', type=('build', 'run'))
depends_on('libx11')