Update openspeedshop and cbtf version numbers (#9150)

Update the version numbers and now depend on
the develop version of dyninst because of a
feature in openspeedshop depends on new code
in the dyninst develop tree.  Without dyninst
develop, openspeedshop will not build.
This commit is contained in:
Jim Galarowicz
2018-09-03 20:35:25 -05:00
committed by Adam J. Stewart
parent e3bae8f936
commit ccd96a2fed
6 changed files with 11 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ class CbtfKrell(CMakePackage):
git = "https://github.com/OpenSpeedShop/cbtf-krell.git"
version('develop', branch='master')
version('1.9.1.2', branch='1.9.1.2')
version('1.9.1.1', branch='1.9.1.1')
version('1.9.1.0', branch='1.9.1.0')
@@ -94,7 +95,8 @@ class CbtfKrell(CMakePackage):
# For Dyninst
depends_on("dyninst@develop", when='@develop')
depends_on("dyninst@9.3.2", when='@1.9.1.0:9999')
# This will change to dyninst@10.0 when it is released
depends_on("dyninst@develop", when='@1.9.1.0:9999')
# For MRNet
depends_on("mrnet@5.0.1-3:+cti", when='@develop+cti')