Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -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')
|
||||
|
Reference in New Issue
Block a user