tud-zih-energy / lo2s

Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
https://tu-dresden.de/zih/forschung/projekte/lo2s?set_language=en
GNU General Public License v3.0
45 stars 13 forks source link

Set lo2s_USE_STATIC_LIBS from MOSTLY to OFF by default #262

Closed cvonelm closed 1 year ago

cvonelm commented 1 year ago

Some distributions (mostly Arch Linux) do not guarantee that a static library is shipped with the library package.

Dynamic libraries, as a contrast, seem to be shipped on all systems, so change the default to OFF, so lo2s should always build when using only dynamic libraries.

Users that require a mostly/fully static lo2s (e.g. HPC) will know what to do.

cvonelm commented 1 year ago

Fixed in d2bba1f