mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user