gchp: add versions 13.1.0, 13.1.1, 13.1.2 (#24755)

This commit is contained in:
Lizzie Lundgren 2021-07-19 04:53:02 -04:00 committed by GitHub
parent 90da25e24e
commit 99eb98d029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,13 @@ class Gchp(CMakePackage):
"""GEOS-Chem High Performance model of atmospheric chemistry"""
homepage = "https://gchp.readthedocs.io/"
url = "https://github.com/geoschem/GCHP/archive/13.0.1.tar.gz"
url = "https://github.com/geoschem/GCHP/archive/13.1.2.tar.gz"
git = "https://github.com/geoschem/GCHP.git"
maintainers = ['williamdowns']
maintainers = ['lizziel']
version('13.1.2', commit='106b8f783cafabd699e53beec3a4dd8aee45234b', submodules=True)
version('13.1.1', commit='a17361a78aceab947ca51aa1ecd3391beaa3fcb2', submodules=True)
version('13.1.0', commit='4aca45370738e48623e61e38b26d981d3e20be76', submodules=True)
version('13.0.2', commit='017ad7276a801ab7b3d6945ad24602eb9927cf01', submodules=True)
version('13.0.1', commit='f40a2476fda901eacf78c0972fdb6c20e5a06700', submodules=True)
version('13.0.0', commit='1f5a5c5630c5d066ff8306cbb8b83e267ca7c265', submodules=True)