Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -49,13 +49,10 @@ class Qtgraph(QMakePackage):
libgvc within the Qt Graphics View Framework."""
homepage = "https://github.com/OpenSpeedShop/QtGraph"
url = "https://github.com/OpenSpeedShop/QtGraph.git"
git = "https://github.com/OpenSpeedShop/QtGraph.git"
version('1.0.0.0', branch='1.0.0.0',
git='https://github.com/OpenSpeedShop/QtGraph.git')
version('develop', branch='master',
git='https://github.com/OpenSpeedShop/QtGraph.git')
version('develop', branch='master')
version('1.0.0.0', branch='1.0.0.0')
# qtgraph depends on these packages
depends_on('qt@4.8.6:', when='@develop')