add pumi version docstring (#9577)

This commit is contained in:
Cameron Smith 2018-10-18 14:42:25 -04:00 committed by Peter Scheibel
parent 572bbfda6d
commit fbbe4968f0

View file

@ -19,6 +19,12 @@ class Pumi(CMakePackage):
homepage = "https://www.scorec.rpi.edu/pumi" homepage = "https://www.scorec.rpi.edu/pumi"
git = "https://github.com/SCOREC/core.git" 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('develop', branch='master')
version('2.1.0', commit='840fbf6ec49a63aeaa3945f11ddb224f6055ac9f') version('2.1.0', commit='840fbf6ec49a63aeaa3945f11ddb224f6055ac9f')