Restrict pism to proj@:4 (#11754)

* Restrict pism to proj@:5

* PROJ.5 is not yet supported either :(
This commit is contained in:
Adam J. Stewart 2019-06-17 17:35:04 -05:00 committed by Elizabeth Fischer
parent 93e1336de8
commit 10d5008ef5

View File

@ -76,7 +76,7 @@ class Pism(CMakePackage):
depends_on('netcdf') # Only the C interface is used, no netcdf-cxx4
depends_on('petsc')
depends_on('udunits2')
depends_on('proj')
depends_on('proj@:4')
depends_on('everytrace', when='+everytrace')
extends('python', when='+python')