Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -30,7 +30,9 @@ class Saws(AutotoolsPackage):
scientific or engineering application code into a webserver,
allowing one to examine (and even modify) the state of the
simulation with any browser from anywhere."""
homepage = "https://bitbucket.org/saws/saws/wiki/Home"
version('develop', git='https://bitbucket.org/saws/saws.git', tag='master')
version('0.1.0', git='https://bitbucket.org/saws/saws.git', tag='v0.1.0')
homepage = "https://bitbucket.org/saws/saws/wiki/Home"
git = "https://bitbucket.org/saws/saws.git"
version('develop', tag='master')
version('0.1.0', tag='v0.1.0')