PISM package: add version 1.1.4 (#12083)
This commit is contained in:
parent
23420a6524
commit
f88636b090
@ -16,6 +16,7 @@ class Pism(CMakePackage):
|
|||||||
maintainers = ['citibeth']
|
maintainers = ['citibeth']
|
||||||
|
|
||||||
version('develop', branch='dev')
|
version('develop', branch='dev')
|
||||||
|
version('1.1.4', sha256='8ccb867af3b37e8d103351dadc1d7e77512e64379519fe8a2592668deb27bc44')
|
||||||
version('0.7.3', '7cfb034100d99d5c313c4ac06b7f17b6')
|
version('0.7.3', '7cfb034100d99d5c313c4ac06b7f17b6')
|
||||||
version('0.7.x', branch='stable0.7')
|
version('0.7.x', branch='stable0.7')
|
||||||
version('icebin', branch='efischer/dev')
|
version('icebin', branch='efischer/dev')
|
||||||
@ -80,7 +81,8 @@ class Pism(CMakePackage):
|
|||||||
depends_on('everytrace', when='+everytrace')
|
depends_on('everytrace', when='+everytrace')
|
||||||
|
|
||||||
extends('python', when='+python')
|
extends('python', when='+python')
|
||||||
depends_on('python@2.7:2.8', when='+python')
|
depends_on('python@2.7:2.8,3.3:', when='@1.1: +python')
|
||||||
|
depends_on('python@2.7:2.8', when='@:1.0 +python')
|
||||||
depends_on('py-matplotlib', when='+python')
|
depends_on('py-matplotlib', when='+python')
|
||||||
depends_on('py-numpy', when='+python')
|
depends_on('py-numpy', when='+python')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user