]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Adapt to upstream changes
authorMathieu Baudier <redacted>
Mon, 7 Jul 2025 07:24:14 +0000 (09:24 +0200)
committerMathieu Baudier <redacted>
Mon, 7 Jul 2025 07:24:14 +0000 (09:24 +0200)
debian/changelog
debian/patches/0001-improve-cmake-build.patch

index eb248e01e783f3f4b3be6cd94a04b488f2d79a4e..5dbe2c395ae4a5d12737ebb8d41dfab5447bacde 100644 (file)
@@ -1,5 +1,5 @@
-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
index 517c1a0f407c7d32e2e862986f3ae1b8f973b846..aa50c35946930684184482c7d6fd562969019274 100644 (file)
@@ -3,24 +3,10 @@ Date: Sun, 23 Feb 2025 11:31:46 +0100
 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