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
@@ -35,10 +35,9 @@ class Ghost(CMakePackage, CudaPackage):
|
||||
"""
|
||||
|
||||
homepage = "https://www.bitbucket.org/essex/ghost/"
|
||||
url = "https://bitbucket.org/essex/ghost/"
|
||||
git = "https://bitbucket.org/essex/ghost/ghost.git"
|
||||
|
||||
version('develop',
|
||||
git='https://bitbucket.org/essex/ghost/ghost.git', branch='devel')
|
||||
version('develop', branch='devel')
|
||||
|
||||
variant('shared', default=True,
|
||||
description='Enables the build of shared libraries')
|
||||
|
Reference in New Issue
Block a user