From: Mathieu Baudier Date: Mon, 29 Dec 2025 10:33:36 +0000 (+0100) Subject: Improve OS detection X-Git-Tag: debian/0.0.7599-1~12 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7ff3004e729aedeff5cda968cf18f64c6b1422db;p=pkg%2Fggml%2Fsources%2Fllama.cpp Improve OS detection --- diff --git a/debian/control b/debian/control index 4e5acb6f..c82bdda1 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Vcs-Git: https://git.djapps.eu/pkg/ggml/sources/llama.cpp Homepage: https://github.com/ggml-org/llama.cpp/ Build-Depends: dh-sequence-bash-completion, cmake, + lsb-release, debhelper-compat (= 13), libcurl4-openssl-dev, libggml-dev, diff --git a/debian/rules b/debian/rules index 23f3be63..ecb3fa5b 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ CMAKE_FLAGS = \ -DLLAMA_BUILD_TOOLS=ON \ -DLLAMA_BUILD_EXAMPLES=OFF \ -DLLAMA_BUILD_TESTS=OFF \ - -DLLAMA_BUILD_SERVER=ON + -DLLAMA_BUILD_SERVER=ON \ ifeq ($(DEB_TARGET_ARCH),arm64) ifeq ($(distribution),Ubuntu)