sci-misc/llama-cpp: depend on dev-util/spirv-headers

See: https://github.com/ggml-org/llama.cpp/pull/21572

Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2026-04-14 10:53:32 -04:00
parent e21cfc3d88
commit 6a097c56d1

View File

@@ -67,7 +67,10 @@ CDEPEND="
"
DEPEND="${CDEPEND}
opencl? ( dev-util/opencl-headers )
vulkan? ( dev-util/vulkan-headers )
vulkan? (
dev-util/spirv-headers
dev-util/vulkan-headers
)
"
RDEPEND="${CDEPEND}
dev-python/numpy