]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Improve OS detection
authorMathieu Baudier <redacted>
Mon, 29 Dec 2025 10:33:36 +0000 (11:33 +0100)
committerMathieu Baudier <redacted>
Mon, 29 Dec 2025 10:33:36 +0000 (11:33 +0100)
debian/control
debian/rules

index 4e5acb6f110d9fca2c59cfccebada28fc2a0b85c..c82bdda180df6d436608aa54df14e9f291224d9d 100644 (file)
@@ -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,
index 23f3be6396d395e1d3c7ddf00c900fef08d2b359..ecb3fa5b130b8bcfcac5fce29a22444d0bad5187 100755 (executable)
@@ -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)