Add top-level attributes for hg, svn, and git A-L packages

This commit is contained in:
Adam J. Stewart
2018-07-23 00:00:15 -07:00
committed by Todd Gamblin
parent 5f00056490
commit 4c6aca533a
152 changed files with 468 additions and 493 deletions

View File

@@ -27,11 +27,11 @@ class Gccxml(CMakePackage):
the GCC C++ compiler."""
homepage = "http://gccxml.github.io"
url = "https://github.com/gccxml/gccxml/archive/v0.6.x.tar.gz"
git = "https://github.com/gccxml/gccxml.git"
version('develop', git='https://github.com/gccxml/gccxml.git', branch='master')
version('latest', git='https://github.com/gccxml/gccxml.git',
commit='3afa8ba5be6866e603dcabe80aff79856b558e24', preferred=True)
version('develop', branch='master')
version('latest', commit='3afa8ba5be6866e603dcabe80aff79856b558e24',
preferred=True)
patch('darwin-gcc.patch', when='%gcc platform=darwin')
# taken from https://github.com/gccxml/gccxml/issues/11#issuecomment-140334118