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

@@ -51,6 +51,7 @@ class CbtfArgonavis(CMakePackage):
git = "https://github.com/OpenSpeedShop/cbtf-argonavis.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')