From: Mathieu Baudier Date: Mon, 23 Jun 2025 10:40:33 +0000 (+0200) Subject: Development packages depends on all backends X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=83a85a89a0e2af9c9dce0a4c3c76be2ad1a8bfc8;p=pkg%2Fggml%2Fsources%2Fggml Development packages depends on all backends --- diff --git a/debian/control b/debian/control index 3b90196c..c4dc6d2e 100644 --- a/debian/control +++ b/debian/control @@ -112,6 +112,12 @@ Architecture: any Section: libdevel Depends: ${misc:Depends}, libggml0 (= ${binary:Version}), libggml-base0 (= ${binary:Version}), +# The generated cmake config then requires to find all backends +# TODO check with upstream + libggml-backend-cpu (= ${binary:Version}), + libggml-backend-blas (= ${binary:Version}), + libggml-backend-rpc (= ${binary:Version}), + libggml-backend-vulkan (= ${binary:Version}), Description: Tensor library for machine learning (development files) This developments package provides the files required to build software based on ggml.