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
@@ -30,17 +30,15 @@ class Gotcha(CMakePackage):
|
||||
enables tools to intercept calls into shared libraries"""
|
||||
|
||||
homepage = "http://github.com/LLNL/gotcha"
|
||||
url = "http://github.com/LLNL/gotcha"
|
||||
git = "https://github.com/LLNL/gotcha.git"
|
||||
|
||||
version('develop', branch='develop')
|
||||
version('master', branch='master')
|
||||
version('1.0.2', tag='1.0.2')
|
||||
version('0.0.2', tag='0.0.2')
|
||||
|
||||
variant('test', default=False, description='Build tests for Gotcha')
|
||||
|
||||
version('develop', git='https://github.com/LLNL/gotcha.git',
|
||||
branch="develop")
|
||||
version('master', git='https://github.com/LLNL/gotcha.git',
|
||||
branch="master")
|
||||
version('1.0.2', git='https://github.com/LLNL/gotcha.git', tag="1.0.2")
|
||||
version('0.0.2', git='https://github.com/LLNL/gotcha.git', tag="0.0.2")
|
||||
|
||||
def configure_args(self):
|
||||
spec = self.spec
|
||||
return [
|
||||
|
Reference in New Issue
Block a user