caliper: specify path to libunwind (#9670)

This commit is contained in:
Abhinav Bhatele 2018-10-30 10:37:44 -07:00 committed by Axel Huebl
parent be48d41ab1
commit 26bacbcb8c

View File

@ -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)