summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorLizzie Lundgren <elundgren@seas.harvard.edu>2021-07-19 04:53:02 -0400
committerGitHub <noreply@github.com>2021-07-19 10:53:02 +0200
commit99eb98d029a0efe58819775747eb6fdd7430f407 (patch)
tree2a939767a4d77c862745061d7624b70336d61dbc /var
parent90da25e24ea9934225ba81f3f441312e474c00a2 (diff)
downloadspack-99eb98d029a0efe58819775747eb6fdd7430f407.tar.gz
spack-99eb98d029a0efe58819775747eb6fdd7430f407.tar.bz2
spack-99eb98d029a0efe58819775747eb6fdd7430f407.tar.xz
spack-99eb98d029a0efe58819775747eb6fdd7430f407.zip
gchp: add versions 13.1.0, 13.1.1, 13.1.2 (#24755)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gchp/package.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/gchp/package.py b/var/spack/repos/builtin/packages/gchp/package.py
index 89e39591d1..6b5e723536 100644
--- a/var/spack/repos/builtin/packages/gchp/package.py
+++ b/var/spack/repos/builtin/packages/gchp/package.py
@@ -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)