b8957
Breaking Changes📦 llama-cppView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
Summary
This release reverts the change to use `find_library` for math library linking in ggml back to standard `-lm` linking to resolve CUDA compilation issues when `GGML_STATIC` is enabled.
⚠️ Breaking Changes
- The use of `find_library(MATH_LIBRARY m)` for linking the math library has been reverted to the standard `-lm` linking, as the former broke CUDA compilation when `GGML_STATIC` was enabled.
🐛 Bug Fixes
- Fixed an issue where `find_library` was used instead of standard `-lm` linking, which caused CUDA compilation failures with `GGML_STATIC`.