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

@@ -26,16 +26,14 @@
class Libceed(Package):
"""The CEED API Library: Code for Efficient Extensible Discretizations
"""
"""The CEED API Library: Code for Efficient Extensible Discretizations."""
homepage = "https://github.com/CEED/libCEED"
url = 'https://github.com/CEED/libCEED'
git = "https://github.com/CEED/libCEED.git"
version('develop', git='https://github.com/CEED/libCEED.git',
branch='master')
version('0.2', git='https://github.com/CEED/libCEED.git', tag='v0.2')
version('0.1', git='https://github.com/CEED/libCEED.git', tag='v0.1')
version('develop', branch='master')
version('0.2', tag='v0.2')
version('0.1', tag='v0.1')
variant('occa', default=True, description='Enable OCCA backends')
variant('cuda', default=False, description='Enable CUDA support')