-llama-cpp (0.0.5713-1) unstable; urgency=medium
+llama-cpp (0.0.5760-1) unstable; urgency=medium
* Update upstream
- -- Mathieu Baudier <mbaudier@argeo.org> Mon, 23 Jun 2025 10:23:17 +0000
+ -- Mathieu Baudier <mbaudier@argeo.org> Mon, 07 Jul 2025 07:16:11 +0000
Subject: improve-cmake-build
---
- CMakeLists.txt | 2 +-
src/CMakeLists.txt | 4 ++++
tools/mtmd/CMakeLists.txt | 4 ++++
- 3 files changed, 9 insertions(+), 1 deletion(-)
+ 2 files changed, 8 insertions(+)
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 50801cd..d2becb0 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -95,7 +95,7 @@ endif()
- if (NOT DEFINED LLAMA_BUILD_COMMIT)
- set(LLAMA_BUILD_COMMIT ${BUILD_COMMIT})
- endif()
--set(LLAMA_INSTALL_VERSION 0.0.${BUILD_NUMBER})
-+set(LLAMA_INSTALL_VERSION 0.0.${LLAMA_BUILD_NUMBER})
-
- # override ggml options
- set(GGML_ALL_WARNINGS ${LLAMA_ALL_WARNINGS})
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8f9cd65..4a54aca 100644
--- a/src/CMakeLists.txt