]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cmake: Fix ggml backend dependencies and installation (llama/11818)
authorVladimir Vuksanovic <redacted>
Thu, 27 Feb 2025 07:42:48 +0000 (08:42 +0100)
committerGeorgi Gerganov <redacted>
Tue, 4 Mar 2025 19:24:42 +0000 (21:24 +0200)
commitd83fa2ff5a32b694632b2d2e900ff89e6dd17e4e
tree2c4d650217cec7b749f7f4670916164905ba1bce
parent1168e1d0eb675b816498c7a15ae5f79bff20b82b
cmake: Fix ggml backend dependencies and installation (llama/11818)

* Fix dependencies between ggml and backends

ggml backends link only to ggml-base and ggml links to all backends.

* Fix installation of ggml backends

Set up GNUInstallDirs before setting the installation directory of ggml backends
CMakeLists.txt