diff options
author | Cameron Smith <cwsmith@users.noreply.github.com> | 2018-10-22 23:21:50 -0400 |
---|---|---|
committer | Satish Balay <balay@mcs.anl.gov> | 2018-10-22 22:21:50 -0500 |
commit | 19207549ad83d4c9c95f4482f0dd635f6f5c0ce1 (patch) | |
tree | b649f15c086548263b79a9b0b50746768d2e8f88 | |
parent | e4a24c3fbc96245e0712557aa9f0b1dc92297b72 (diff) | |
download | spack-19207549ad83d4c9c95f4482f0dd635f6f5c0ce1.tar.gz spack-19207549ad83d4c9c95f4482f0dd635f6f5c0ce1.tar.bz2 spack-19207549ad83d4c9c95f4482f0dd635f6f5c0ce1.tar.xz spack-19207549ad83d4c9c95f4482f0dd635f6f5c0ce1.zip |
pumi: add version 2.2.0 (#9606)
-rw-r--r-- | var/spack/repos/builtin/packages/pumi/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/pumi/package.py b/var/spack/repos/builtin/packages/pumi/package.py index 12e1b5f35a..02cef568e4 100644 --- a/var/spack/repos/builtin/packages/pumi/package.py +++ b/var/spack/repos/builtin/packages/pumi/package.py @@ -26,6 +26,7 @@ class Pumi(CMakePackage): # it compares greater than a numbered version (e.g., 2.1.0). The spack # version string 'master' compares less than a numbered version. version('develop', branch='master') + version('2.2.0', commit='8c7e6f13943893b2bc1ece15003e4869a0e9634f') # tag 2.2.0 version('2.1.0', commit='840fbf6ec49a63aeaa3945f11ddb224f6055ac9f') variant('zoltan', default=False, description='Enable Zoltan Features') |