]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update upstream debian/latest debian/0.0.7011-1
authorMathieu Baudier <redacted>
Tue, 11 Nov 2025 09:27:47 +0000 (10:27 +0100)
committerMathieu Baudier <redacted>
Tue, 11 Nov 2025 09:27:47 +0000 (10:27 +0100)
debian/changelog
debian/patches/0001-improve-cmake-build.patch

index 2715de05849abc8763b662cb45b0b0e102ab48e2..a42d7883b0d5917fcf0939a4f91a0e4141b40d85 100644 (file)
@@ -1,3 +1,9 @@
+llama.cpp (0.0.7011-1) unstable; urgency=medium
+
+  * Update upstream
+
+ -- Mathieu Baudier <mbaudier@argeo.org>  Tue, 11 Nov 2025 09:22:31 +0000
+
 llama.cpp (0.0.6764-1) unstable; urgency=medium
 
   * Update upstream
index 51d9aafa47aeaee71a199107e3208c83b518022a..0e941a7e297a6c58f3ace129b87e1cd7d6c3417d 100644 (file)
@@ -8,10 +8,10 @@ Subject: improve-cmake-build
  2 files changed, 8 insertions(+)
 
 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 18cfc76..a01de6a 100644
+index 630b2cd..0c225c5 100644
 --- a/src/CMakeLists.txt
 +++ b/src/CMakeLists.txt
-@@ -47,4 +47,8 @@ if (BUILD_SHARED_LIBS)
+@@ -142,4 +142,8 @@ if (BUILD_SHARED_LIBS)
      set_target_properties(llama PROPERTIES POSITION_INDEPENDENT_CODE ON)
      target_compile_definitions(llama PRIVATE LLAMA_BUILD)
      target_compile_definitions(llama PUBLIC  LLAMA_SHARED)