From: Mathieu Baudier Date: Tue, 11 Nov 2025 09:27:47 +0000 (+0100) Subject: Update upstream X-Git-Tag: debian/0.0.7011-1^0 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3afac202d86803a2e78ea3a0ecaa8416121fb063;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update upstream --- diff --git a/debian/changelog b/debian/changelog index 2715de05..a42d7883 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llama.cpp (0.0.7011-1) unstable; urgency=medium + + * Update upstream + + -- Mathieu Baudier Tue, 11 Nov 2025 09:22:31 +0000 + llama.cpp (0.0.6764-1) unstable; urgency=medium * Update upstream diff --git a/debian/patches/0001-improve-cmake-build.patch b/debian/patches/0001-improve-cmake-build.patch index 51d9aafa..0e941a7e 100644 --- a/debian/patches/0001-improve-cmake-build.patch +++ b/debian/patches/0001-improve-cmake-build.patch @@ -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)