add pumi version docstring (#9577)
This commit is contained in:
parent
572bbfda6d
commit
fbbe4968f0
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ class Pumi(CMakePackage):
|
|||
homepage = "https://www.scorec.rpi.edu/pumi"
|
||||
git = "https://github.com/SCOREC/core.git"
|
||||
|
||||
# We will use the scorec/core master branch as the 'nightly' version
|
||||
# of pumi in spack. The master branch is more stable than the
|
||||
# scorec/core develop branch and we perfer not to expose spack users
|
||||
# to the added instability. The spack version string is 'develop' since
|
||||
# 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.1.0', commit='840fbf6ec49a63aeaa3945f11ddb224f6055ac9f')
|
||||
|
||||
|
|
Loading…
Reference in a new issue