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

@@ -35,8 +35,9 @@ class VotcaTools(CMakePackage):
"""
homepage = "http://www.votca.org"
url = "https://github.com/votca/tools/tarball/v1.4"
git = "https://github.com/votca/tools.git"
version('develop', git='https://github.com/votca/tools', branch='master')
version('develop', branch='master')
version('1.4', 'cd47868e9f28e2c7b9d01f95aa0185ca')
version('1.4.1', '3176b72f8a41ec053cc740a5398e7dc4')