hpctoolkit: add dependency on gotcha (#16670)

This commit is contained in:
Mark W. Krentel 2020-05-16 15:59:33 -05:00 committed by GitHub
parent 32238391a9
commit b858eebc51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,7 @@ class Hpctoolkit(AutotoolsPackage):
depends_on('bzip2+shared', type='link')
depends_on('dyninst@9.3.2:')
depends_on('elfutils+bzip2+xz~nls', type='link')
depends_on('gotcha@1.0.3:')
depends_on('intel-tbb+shared')
depends_on('libdwarf')
depends_on('libmonitor+hpctoolkit+bgq', when='+bgq')
@ -105,6 +106,7 @@ def configure_args(self):
'--with-bzip=%s' % spec['bzip2'].prefix,
'--with-dyninst=%s' % spec['dyninst'].prefix,
'--with-elfutils=%s' % spec['elfutils'].prefix,
'--with-gotcha=%s' % spec['gotcha'].prefix,
'--with-tbb=%s' % spec['intel-tbb'].prefix,
'--with-libdwarf=%s' % spec['libdwarf'].prefix,
'--with-libmonitor=%s' % spec['libmonitor'].prefix,