Update openspeedshop and cbtf-krell to use latest binutils version (fix #4992) (#4997)

This commit is contained in:
Pramod S Kumbhar
2017-08-08 00:03:51 +02:00
committed by Adam J. Stewart
parent f4dd905447
commit a5b76d24cf
4 changed files with 3 additions and 60 deletions

View File

@@ -75,7 +75,7 @@ class CbtfKrell(CMakePackage):
depends_on("cmake@3.0.2:", type='build')
# For binutils service
depends_on("binutils@2.24+krellpatch")
depends_on("binutils")
# collectionTool
depends_on("boost@1.50.0:1.59.0")