commit: 3e421d6685226ad71ad24d1a91578cc49c4afeb6 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 19:29:57 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 19:29:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e421d66
sci-libs/torchvision: fix sandbox issue Closes: https://bugs.gentoo.org/949746 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/torchvision/torchvision-0.20.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/torchvision/torchvision-0.20.0.ebuild b/sci-libs/torchvision/torchvision-0.20.0.ebuild index 4bb2809c1d9d..88443c235d3f 100644 --- a/sci-libs/torchvision/torchvision-0.20.0.ebuild +++ b/sci-libs/torchvision/torchvision-0.20.0.ebuild @@ -46,6 +46,8 @@ src_prepare() { distutils_enable_tests pytest python_compile() { + addpredict /dev/kfd + FORCE_CUDA=$(usex cuda 1 0) \ NVCC_FLAGS="${NVCCFLAGS}" \ MAX_JOBS="$(makeopts_jobs)" \
