summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaestrada <63303345+laestrada@users.noreply.github.com>2021-11-15 05:28:25 -0500
committerGitHub <noreply@github.com>2021-11-15 11:28:25 +0100
commite5a09864331a89c067fd212faef5685ce0e4ed22 (patch)
tree960ae6b61e577ce8ea195d07600f67a70dbc7264
parent2ea1037369afc22aa18e62775ae6b5f23c1f0b04 (diff)
downloadspack-e5a09864331a89c067fd212faef5685ce0e4ed22.tar.gz
spack-e5a09864331a89c067fd212faef5685ce0e4ed22.tar.bz2
spack-e5a09864331a89c067fd212faef5685ce0e4ed22.tar.xz
spack-e5a09864331a89c067fd212faef5685ce0e4ed22.zip
gchp: add v13.2.1 (#27318)
Co-authored-by: laestrada <lestrada00@gmail.com>
-rw-r--r--var/spack/repos/builtin/packages/gchp/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/gchp/package.py b/var/spack/repos/builtin/packages/gchp/package.py
index 6b5e723536..52e101121b 100644
--- a/var/spack/repos/builtin/packages/gchp/package.py
+++ b/var/spack/repos/builtin/packages/gchp/package.py
@@ -12,10 +12,11 @@ class Gchp(CMakePackage):
"""GEOS-Chem High Performance model of atmospheric chemistry"""
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"
- maintainers = ['lizziel']
+ maintainers = ['lizziel', 'laestrada']
+ version('13.2.1', commit='9dc2340cac684971fa961559a4dc3d8818326ab8', submodules=True)
version('13.1.2', commit='106b8f783cafabd699e53beec3a4dd8aee45234b', submodules=True)
version('13.1.1', commit='a17361a78aceab947ca51aa1ecd3391beaa3fcb2', submodules=True)
version('13.1.0', commit='4aca45370738e48623e61e38b26d981d3e20be76', submodules=True)