From: Mathieu Baudier Date: Sat, 27 Dec 2025 11:02:13 +0000 (+0100) Subject: Update upstream X-Git-Tag: debian/0.0.7599-1~16 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b3378b9d845714ad2ff9912a07e6e3592fb6142e;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update upstream --- diff --git a/debian/changelog b/debian/changelog index a42d7883..5d90b2b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llama.cpp (0.0.7446-1) unstable; urgency=medium + + * Update upstream + + -- Mathieu Baudier Sat, 27 Dec 2025 11:01:11 +0000 + llama.cpp (0.0.7011-1) unstable; urgency=medium * Update upstream diff --git a/debian/not-installed b/debian/not-installed index c02e7add..2d6f20f7 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -1,5 +1,6 @@ # Most executables produced are not stable enough to be distributed /usr/bin/llama-* +/usr/bin/rpc-server /usr/libexec/*/ggml/llama-* # Python is not supported diff --git a/debian/patches/0001-improve-cmake-build.patch b/debian/patches/0001-improve-cmake-build.patch index 0e941a7e..504bb24c 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 630b2cd..0c225c5 100644 +index 4192af7..39db7ef 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -142,4 +142,8 @@ if (BUILD_SHARED_LIBS) +@@ -152,4 +152,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) @@ -21,10 +21,10 @@ index 630b2cd..0c225c5 100644 + endif() endif() diff --git a/tools/mtmd/CMakeLists.txt b/tools/mtmd/CMakeLists.txt -index 2381012..9ab925b 100644 +index e7f3067..5a37e85 100644 --- a/tools/mtmd/CMakeLists.txt +++ b/tools/mtmd/CMakeLists.txt -@@ -35,6 +35,10 @@ set_target_properties(mtmd +@@ -56,6 +56,10 @@ set_target_properties(mtmd PROPERTIES PUBLIC_HEADER "${MTMD_PUBLIC_HEADERS}") diff --git a/debian/rules b/debian/rules index 0cf87141..59901696 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ CMAKE_FLAGS = \ -DLLAMA_BUILD_TOOLS=ON \ -DLLAMA_BUILD_EXAMPLES=OFF \ -DLLAMA_BUILD_TESTS=OFF \ - -DLLAMA_BUILD_SERVER=OFF + -DLLAMA_BUILD_SERVER=ON # Use build/ for output, so that it is in the .gitignore of upstream %: