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

@@ -34,10 +34,9 @@ class VotcaCtp(CMakePackage):
This package contains the VOTCA charge transport engine.
"""
homepage = "http://www.votca.org"
# No release yet
# url = "https://github.com/votca/ctp/tarball/v1.4"
git = "https://github.com/votca/ctp.git"
version('develop', git='https://github.com/votca/ctp', branch='master')
version('develop', branch='master')
depends_on("cmake@2.8:", type='build')
depends_on("votca-tools@develop", when='@develop')