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

@@ -34,13 +34,13 @@ class Libffs(CMakePackage):
"""
homepage = "http://www.cc.gatech.edu/systems/projects/FFS"
url = "https://github.com/GTkorvo/ffs/archive/v1.1.tar.gz"
url = "https://github.com/GTkorvo/ffs/archive/v1.1.tar.gz"
git = "https://github.com/GTkorvo/ffs.git"
version('develop', git='https://github.com/GTkorvo/ffs.git',
branch='master')
version('1.5', 'c41c5f5f448b627740deecd695b7bbf8')
version('develop', branch='master')
version('1.5', 'c41c5f5f448b627740deecd695b7bbf8')
version('1.1.1', 'aa1c8ad5cf35e8cf76735e3a60891509')
version('1.1', '561c6b3abc53e12b3c01192e8ef2ffbc')
version('1.1', '561c6b3abc53e12b3c01192e8ef2ffbc')
depends_on('flex', type='build', when='@:1.4')
depends_on('bison', type='build', when='@:1.4')