hpctoolkit: add dependency on gotcha (#16670)
This commit is contained in:
parent
32238391a9
commit
b858eebc51
@ -66,6 +66,7 @@ class Hpctoolkit(AutotoolsPackage):
|
|||||||
depends_on('bzip2+shared', type='link')
|
depends_on('bzip2+shared', type='link')
|
||||||
depends_on('dyninst@9.3.2:')
|
depends_on('dyninst@9.3.2:')
|
||||||
depends_on('elfutils+bzip2+xz~nls', type='link')
|
depends_on('elfutils+bzip2+xz~nls', type='link')
|
||||||
|
depends_on('gotcha@1.0.3:')
|
||||||
depends_on('intel-tbb+shared')
|
depends_on('intel-tbb+shared')
|
||||||
depends_on('libdwarf')
|
depends_on('libdwarf')
|
||||||
depends_on('libmonitor+hpctoolkit+bgq', when='+bgq')
|
depends_on('libmonitor+hpctoolkit+bgq', when='+bgq')
|
||||||
@ -105,6 +106,7 @@ def configure_args(self):
|
|||||||
'--with-bzip=%s' % spec['bzip2'].prefix,
|
'--with-bzip=%s' % spec['bzip2'].prefix,
|
||||||
'--with-dyninst=%s' % spec['dyninst'].prefix,
|
'--with-dyninst=%s' % spec['dyninst'].prefix,
|
||||||
'--with-elfutils=%s' % spec['elfutils'].prefix,
|
'--with-elfutils=%s' % spec['elfutils'].prefix,
|
||||||
|
'--with-gotcha=%s' % spec['gotcha'].prefix,
|
||||||
'--with-tbb=%s' % spec['intel-tbb'].prefix,
|
'--with-tbb=%s' % spec['intel-tbb'].prefix,
|
||||||
'--with-libdwarf=%s' % spec['libdwarf'].prefix,
|
'--with-libdwarf=%s' % spec['libdwarf'].prefix,
|
||||||
'--with-libmonitor=%s' % spec['libmonitor'].prefix,
|
'--with-libmonitor=%s' % spec['libmonitor'].prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user