Update Dyninst package file for TBB dependency (#9728)

* Update Dyninst package file for TBB dependency

Dyninst master and 10.0 release
versions require the tbb package.  This mod
updates the tbb versions adding the one that
dyninst uses and adds the required spack package
changes to dyninst/package.py.

* Put new version of tbb in proper location, per reviewer comment.

* Only depend on tbb if building the development version.

* Changes for the release of Dyninst 10.0.0
This commit is contained in:
Jim Galarowicz
2018-11-09 15:35:11 -06:00
committed by Gregory Lee
parent 88a3393462
commit 5dc0b65719
5 changed files with 12 additions and 7 deletions

View File

@@ -57,8 +57,7 @@ class CbtfKrell(CMakePackage):
# For Dyninst
depends_on("dyninst@develop", when='@develop')
# This will change to dyninst@10.0 when it is released
depends_on("dyninst@develop", when='@1.9.1.0:9999')
depends_on("dyninst@10:", when='@1.9.1.0:9999')
# For MRNet
depends_on("mrnet@5.0.1-3:+cti", when='@develop+cti', type=('build', 'link', 'run'))