diff options
author | Satish Balay <balay@mcs.anl.gov> | 2020-11-02 14:02:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 14:02:50 -0600 |
commit | 2ca894bd1ea847d7226c7b4479d26cd645071f4e (patch) | |
tree | 6b1e80c803f58116da26671cf03e1e81fadb97b8 /var | |
parent | 4d6c9a8f2907639bf3c9c4b3ccfeb413186c12de (diff) | |
download | spack-2ca894bd1ea847d7226c7b4479d26cd645071f4e.tar.gz spack-2ca894bd1ea847d7226c7b4479d26cd645071f4e.tar.bz2 spack-2ca894bd1ea847d7226c7b4479d26cd645071f4e.tar.xz spack-2ca894bd1ea847d7226c7b4479d26cd645071f4e.zip |
pumi add version 2.2.5 (#19680)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/pumi/package.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/pumi/package.py b/var/spack/repos/builtin/packages/pumi/package.py index 62b771aa99..83560c2f45 100644 --- a/var/spack/repos/builtin/packages/pumi/package.py +++ b/var/spack/repos/builtin/packages/pumi/package.py @@ -26,6 +26,9 @@ class Pumi(CMakePackage): # scorec/core develop branch and we perfer not to expose spack users # to the added instability. version('master', submodules=True, branch='master') + version('2.2.5', commit='73c16eae073b179e45ec625a5abe4915bc589af2') # tag 2.2.5 + version('2.2.4', commit='8072fdbafd53e0c9a63248a269f4cce5000a4a8e') # tag 2.2.4 + version('2.2.3', commit='d200cb366813695d0f18b514d8d8ecc382cb79fc') # tag 2.2.3 version('2.2.2', commit='bc34e3f7cfd8ab314968510c71486b140223a68f') # tag 2.2.2 version('2.2.1', commit='cd826205db21b8439026db1f6af61a8ed4a18564') # tag 2.2.1 version('2.2.0', commit='8c7e6f13943893b2bc1ece15003e4869a0e9634f') # tag 2.2.0 |