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

@@ -42,8 +42,9 @@ class Legion(CMakePackage):
"""
homepage = "http://legion.stanford.edu/"
url = "https://github.com/StanfordLegion/legion/tarball/legion-17.02.0"
git = "https://github.com/StanfordLegion/legion.git"
version('develop', git='https://github.com/StanfordLegion/legion', branch='master')
version('develop', branch='master')
version('18.05.0', 'ab5ac8cd4aa4c91e6187bf1333a031bf')
version('18.02.0', '14937b386100347b051a5fc514636353')
version('17.10.0', 'ebfc974dc82a9d7f3ba53242ecae62e1')