summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/cbtf
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2018-07-23 00:00:15 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-07-25 23:10:10 -0700
commit4c6aca533ab0596a677d041b1766e88f045d42f4 (patch)
tree5a60f920b31d1c8f88104bc886b3803d20ca4f26 /var/spack/repos/builtin/packages/cbtf
parent5f00056490665ef6ddd7389966480bca7d2f3a04 (diff)
downloadspack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.gz
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.bz2
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.tar.xz
spack-4c6aca533ab0596a677d041b1766e88f045d42f4.zip
Add top-level attributes for hg, svn, and git A-L packages
Diffstat (limited to 'var/spack/repos/builtin/packages/cbtf')
-rw-r--r--var/spack/repos/builtin/packages/cbtf/package.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/cbtf/package.py b/var/spack/repos/builtin/packages/cbtf/package.py
index 7a1ac536f5..e50b205180 100644
--- a/var/spack/repos/builtin/packages/cbtf/package.py
+++ b/var/spack/repos/builtin/packages/cbtf/package.py
@@ -51,17 +51,11 @@ class Cbtf(CMakePackage):
"""
homepage = "http://sourceforge.net/p/cbtf/wiki/Home"
- url = "https://github.com/OpenSpeedShop/cbtf.git"
+ git = "https://github.com/OpenSpeedShop/cbtf.git"
- # Use when the git repository is available
- version('1.9.1.1', branch='1.9.1.1',
- git='https://github.com/OpenSpeedShop/cbtf.git')
-
- version('1.9.1.0', branch='1.9.1.0',
- git='https://github.com/OpenSpeedShop/cbtf.git')
-
- version('develop', branch='master',
- git='https://github.com/OpenSpeedShop/cbtf.git')
+ version('develop', branch='master')
+ version('1.9.1.1', branch='1.9.1.1')
+ version('1.9.1.0', branch='1.9.1.0')
variant('cti', default=False,
description="Build MRNet with the CTI startup option")