sci-ml/ggml: filter lto for cuda

Closes: https://bugs.gentoo.org/983121
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-09-23 14:33:47 +02:00
parent 9454d95e95
commit e50650a09b

View File

@@ -4,7 +4,7 @@
EAPI=8
ROCM_VERSION=7.2
inherit cuda cmake rocm toolchain-funcs
inherit cuda cmake rocm toolchain-funcs flag-o-matic
DESCRIPTION="Tensor library for machine learning"
HOMEPAGE="https://ggml.ai/"
@@ -69,6 +69,7 @@ src_prepare() {
if use cuda; then
cuda_src_prepare
filter-lto #bug 983121
fi
}