bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

Fix missing library libsymLite.so #88

Open clementFoyer opened 9 months ago

clementFoyer commented 9 months ago

Since dyninst/dyninst@739ad57883f032fb18a6c741f0c2f98e9a766bc7, the library can be built with LIGHTWEIGHT_SYMTAB=ON which allows (or disallows) for the building of the lightweight version of the dyninst library (particularly the Stackwalking, Parsing and ProcControl).

This commit takes that in account by checking whether the light version is available, and if not, adds the relevant shared libraries.