From: Mathieu Baudier Date: Sat, 27 Dec 2025 10:53:57 +0000 (+0100) Subject: Update upstream X-Git-Tag: debian/0.9.5-1~17 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f560147416920d82a7a9b478c37d278eebef0b45;p=pkg%2Fggml%2Fsources%2Fggml Update upstream --- diff --git a/debian/changelog b/debian/changelog index 33acd681..6b76fd98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ggml (0.9.4.395-1) unstable; urgency=medium + + * Upstream llama.cpp and whisper.cpp syncs + + -- Mathieu Baudier Sat, 27 Dec 2025 10:52:27 +0000 + ggml (0.9.4.185-1) unstable; urgency=medium * Upstream llama.cpp and whisper.cpp syncs diff --git a/debian/patches/0001-improve-cmake-build.patch b/debian/patches/0001-improve-cmake-build.patch index 75e1e3e6..593a5e88 100644 --- a/debian/patches/0001-improve-cmake-build.patch +++ b/debian/patches/0001-improve-cmake-build.patch @@ -7,10 +7,10 @@ Subject: improve-cmake-build 1 file changed, 4 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index f30e4ac..44a9fdd 100644 +index 262d78a..bec709e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -434,5 +434,9 @@ if (BUILD_SHARED_LIBS) +@@ -472,5 +472,9 @@ if (BUILD_SHARED_LIBS) set_target_properties(${target} PROPERTIES POSITION_INDEPENDENT_CODE ON) target_compile_definitions(${target} PRIVATE GGML_BUILD) target_compile_definitions(${target} PUBLIC GGML_SHARED)