Add urls into cbtf* and openspeedshop* package files and update the release versions for the Krell products (#8188)

This commit is contained in:
Jim Galarowicz
2018-05-21 16:03:31 -05:00
committed by Adam J. Stewart
parent 8564be5479
commit d7aaf4e193
8 changed files with 121 additions and 112 deletions

View File

@@ -49,24 +49,20 @@ class Qtgraph(QMakePackage):
libgvc within the Qt Graphics View Framework."""
homepage = "https://github.com/OpenSpeedShop/QtGraph"
url = "https://github.com/OpenSpeedShop/QtGraph.git"
version('1.0.0.0', branch='1.0.0.0',
git='https://github.com/OpenSpeedShop/QtGraph.git')
version('1.0.0', branch='master',
git='https://github.com/OpenSpeedShop/QtGraph.git')
version('develop', branch='master',
git='https://github.com/OpenSpeedShop/QtGraph.git')
# qtgraph depends on these packages
depends_on('qt@4.8.6:', when='@develop')
depends_on('qt@5.10.0', when='@1.0.0.0')
depends_on('qt@5.10.0', when='@1.0.0.0:')
depends_on("graphviz@2.40.1:", when='@develop')
depends_on("graphviz@2.40.1", when='@1.0.0.0')
depends_on("graphviz@2.40.1", when='@1.0.0.0:')
def setup_environment(self, spack_env, run_env):
"""Set up the compile and runtime environments for a package."""