summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorWilliam Downs <wdowns@g.harvard.edu>2021-04-01 08:07:13 -0400
committerGitHub <noreply@github.com>2021-04-01 14:07:13 +0200
commitdb87f62aa54aa092c531e1da1cc520087451d671 (patch)
tree5e9c027adce0893572367db4f4143bae81f406cb /var
parent67f182bb6de79f26b417bc6f56fb4fea95018175 (diff)
downloadspack-db87f62aa54aa092c531e1da1cc520087451d671.tar.gz
spack-db87f62aa54aa092c531e1da1cc520087451d671.tar.bz2
spack-db87f62aa54aa092c531e1da1cc520087451d671.tar.xz
spack-db87f62aa54aa092c531e1da1cc520087451d671.zip
gchp: add version 13.0.1 and remove release candidate (#22572)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gchp/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/gchp/package.py b/var/spack/repos/builtin/packages/gchp/package.py
index 86cbc87805..7e572fcdcc 100644
--- a/var/spack/repos/builtin/packages/gchp/package.py
+++ b/var/spack/repos/builtin/packages/gchp/package.py
@@ -11,14 +11,14 @@ 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.0.tar.gz"
+ url = "https://github.com/geoschem/GCHP/archive/13.0.1.tar.gz"
maintainers = ['williamdowns']
- version('13.0.0', git='https://github.com/geoschem/GCHP.git', preferred=True,
+ version('13.0.1', git='https://github.com/geoschem/GCHP.git',
+ commit='f40a2476fda901eacf78c0972fdb6c20e5a06700', submodules=True)
+ version('13.0.0', git='https://github.com/geoschem/GCHP.git',
commit='1f5a5c5630c5d066ff8306cbb8b83e267ca7c265', submodules=True)
- version('13.0.0-rc.0', git='https://github.com/geoschem/GCHP.git',
- commit='4bd15316faf4e5f06517d3a6b1df1986b1126d90', submodules=True)
patch('for_aarch64.patch', when='target=aarch64:')