]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake : add version to all shared object files (llama/17091)
authorMike Abbott <redacted>
Tue, 11 Nov 2025 11:19:50 +0000 (04:19 -0700)
committerGeorgi Gerganov <redacted>
Mon, 17 Nov 2025 13:34:43 +0000 (15:34 +0200)
commitb2a2472e4dc0604d17c4bbb39f325a4ce9c93683
tree2e1f27e6641d352bc98cd799fe37c7b729f8000f
parent68559d6deb00e2fc419ec8dbdc32dd647494911d
cmake : add version to all shared object files (llama/17091)

When compiling llama.cpp in Yocto, it fails QA checks because the generated so files aren't versioned.  This applies a version to all generated so files, allowing the package to build without errors.
src/CMakeLists.txt