OpenSpeedShop package: add support for building on cray (#7338)

This commit is contained in:
Jim Galarowicz
2018-03-07 16:26:07 -06:00
committed by scheibelp
parent f393a2c146
commit 7f3a72fb33
10 changed files with 233 additions and 82 deletions

View File

@@ -46,6 +46,7 @@ class Elfutils(AutotoolsPackage):
depends_on('flex', type='build')
depends_on('bison', type='build')
depends_on('gettext')
conflicts('%gcc@7.2.0:', when='@0.163')
provides('elf@1')