Restrict pism to proj@:4 (#11754)
* Restrict pism to proj@:5 * PROJ.5 is not yet supported either :(
This commit is contained in:
parent
93e1336de8
commit
10d5008ef5
@ -76,7 +76,7 @@ class Pism(CMakePackage):
|
|||||||
depends_on('netcdf') # Only the C interface is used, no netcdf-cxx4
|
depends_on('netcdf') # Only the C interface is used, no netcdf-cxx4
|
||||||
depends_on('petsc')
|
depends_on('petsc')
|
||||||
depends_on('udunits2')
|
depends_on('udunits2')
|
||||||
depends_on('proj')
|
depends_on('proj@:4')
|
||||||
depends_on('everytrace', when='+everytrace')
|
depends_on('everytrace', when='+everytrace')
|
||||||
|
|
||||||
extends('python', when='+python')
|
extends('python', when='+python')
|
||||||
|
Loading…
Reference in New Issue
Block a user