pumi: add version 2.2.8 (#40143)
This commit is contained in:
parent
5c10c29923
commit
38cc51ec36
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ class Pumi(CMakePackage):
|
|||
# scorec/core develop branch and we prefer not to expose spack users
|
||||
# to the added instability.
|
||||
version("master", submodules=True, branch="master")
|
||||
version(
|
||||
"2.2.8", submodules=True, commit="736bb87ccd8db51fc499a1b91e53717a88841b1f"
|
||||
) # tag 2.2.8
|
||||
version(
|
||||
"2.2.7", submodules=True, commit="a295720d7b4828282484f2b78bac1f6504512de4"
|
||||
) # tag 2.2.7
|
||||
|
|
Loading…
Reference in a new issue