Using boost over 1.60.0 causes compile errors. This is a known boost bug. Also, dyninst-9.2.0 is set to be the vesrion of dyninst to use with OSS, as of now. The newer version fails to build.

This commit is contained in:
Jim Galarowicz 2016-11-10 14:40:03 -08:00
parent b88ba477bb
commit 36f269a928
4 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@ class CbtfArgonavis(Package):
git='https://github.com/OpenSpeedShop/cbtf-argonavis.git') git='https://github.com/OpenSpeedShop/cbtf-argonavis.git')
depends_on("cmake@3.0.2:", type='build') depends_on("cmake@3.0.2:", type='build')
depends_on("boost@1.50.0:") depends_on("boost@1.50.0:boost@1.59.0")
depends_on("papi") depends_on("papi")
depends_on("mrnet@5.0.1:+lwthreads") depends_on("mrnet@5.0.1:+lwthreads")
depends_on("cbtf") depends_on("cbtf")

View File

@ -80,8 +80,8 @@ class CbtfKrell(Package):
depends_on("binutils@2.24+krellpatch") depends_on("binutils@2.24+krellpatch")
# collectionTool # collectionTool
depends_on("boost@1.50.0:") depends_on("boost@1.50.0:1.59.0")
depends_on("dyninst@8.2.1:") depends_on("dyninst@9.2.0")
depends_on("mrnet@5.0.1:+lwthreads") depends_on("mrnet@5.0.1:+lwthreads")
depends_on("xerces-c@3.1.1:") depends_on("xerces-c@3.1.1:")

View File

@ -64,7 +64,7 @@ class Cbtf(Package):
description="build only the runtime libraries and collectors.") description="build only the runtime libraries and collectors.")
depends_on("cmake@3.0.2:", type='build') depends_on("cmake@3.0.2:", type='build')
depends_on("boost@1.50.0:") depends_on("boost@1.50.0:1.59.0")
depends_on("mrnet@5.0.1:+lwthreads") depends_on("mrnet@5.0.1:+lwthreads")
depends_on("xerces-c@3.1.1:") depends_on("xerces-c@3.1.1:")
# Work around for spack libxml2 package bug, take off python when fixed # Work around for spack libxml2 package bug, take off python when fixed

View File

@ -118,8 +118,8 @@ class Openspeedshop(Package):
depends_on("libelf") depends_on("libelf")
depends_on("libdwarf") depends_on("libdwarf")
depends_on("sqlite") depends_on("sqlite")
depends_on("boost@1.50.0:") depends_on("boost@1.50.0:1.59.0")
depends_on("dyninst@9.1.0:") depends_on("dyninst@9.2.0")
depends_on("libxml2+python") depends_on("libxml2+python")
depends_on("qt@3.3.8b+krellpatch") depends_on("qt@3.3.8b+krellpatch")