gchp: add v13.2.1 (#27318)

Co-authored-by: laestrada <lestrada00@gmail.com>
This commit is contained in:
laestrada 2021-11-15 05:28:25 -05:00 committed by GitHub
parent 2ea1037369
commit e5a0986433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,11 @@ class Gchp(CMakePackage):
"""GEOS-Chem High Performance model of atmospheric chemistry""" """GEOS-Chem High Performance model of atmospheric chemistry"""
homepage = "https://gchp.readthedocs.io/" homepage = "https://gchp.readthedocs.io/"
url = "https://github.com/geoschem/GCHP/archive/13.1.2.tar.gz" url = "https://github.com/geoschem/GCHP/archive/13.2.1.tar.gz"
git = "https://github.com/geoschem/GCHP.git" git = "https://github.com/geoschem/GCHP.git"
maintainers = ['lizziel'] maintainers = ['lizziel', 'laestrada']
version('13.2.1', commit='9dc2340cac684971fa961559a4dc3d8818326ab8', submodules=True)
version('13.1.2', commit='106b8f783cafabd699e53beec3a4dd8aee45234b', submodules=True) version('13.1.2', commit='106b8f783cafabd699e53beec3a4dd8aee45234b', submodules=True)
version('13.1.1', commit='a17361a78aceab947ca51aa1ecd3391beaa3fcb2', submodules=True) version('13.1.1', commit='a17361a78aceab947ca51aa1ecd3391beaa3fcb2', submodules=True)
version('13.1.0', commit='4aca45370738e48623e61e38b26d981d3e20be76', submodules=True) version('13.1.0', commit='4aca45370738e48623e61e38b26d981d3e20be76', submodules=True)