caliper: specify path to libunwind (#9670)
This commit is contained in:
parent
be48d41ab1
commit
26bacbcb8c
@ -82,6 +82,8 @@ def cmake_args(self):
|
||||
args.append('-DLIBPFM_INSTALL=%s' % spec['libpfm4'].prefix)
|
||||
if '+sosflow' in spec:
|
||||
args.append('-DSOS_PREFIX=%s' % spec['sosflow'].prefix)
|
||||
if '+callpath' in spec:
|
||||
args.append('-DLIBUNWIND_PREFIX=%s' % spec['libunwind'].prefix)
|
||||
|
||||
if '+mpi' in spec:
|
||||
args.append('-DMPI_C_COMPILER=%s' % spec['mpi'].mpicc)
|
||||
|
Loading…
Reference in New Issue
Block a user