b960c413b2841034c252ec7e66ea8e7cf5ceec8b
On Linux, spdlog and fmt are compiled as static libs then linked into libmxl.so. Without -fPIC the linker rejects TPOFF32 relocations inside a shared object. Setting PIC globally fixes this for all fetched deps. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
C++
85.2%
Python
9.4%
CMake
5.4%