]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix OpenSSL dev build dependency
authorMathieu Baudier <redacted>
Tue, 21 Jan 2025 11:15:48 +0000 (12:15 +0100)
committerMathieu Baudier <redacted>
Tue, 21 Jan 2025 11:15:48 +0000 (12:15 +0100)
debian/control

index 7fbd6928247bded26f3be4139ef538e5e6135f25..919503e30db0a9bc5d4b56d7479b17302710acd7 100644 (file)
@@ -2,7 +2,7 @@ Source: llama-cpp
 Section: science
 Priority: optional
 Maintainer: Mathieu Baudier <mbaudier@argeo.org>
-Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, curl, openssl, libcurl4-openssl-dev, file, git,
+Build-Depends: debhelper-compat (= 13), pkg-config, cmake-data, cmake, cpio, curl, libssl-dev, libcurl4-openssl-dev, file, git,
        ggml-dev
 Standards-Version: 4.5.1
 Homepage: https://github.com/ggerganov/llama.cpp