commit: a033b275457c1507e7bbeaccd042721d0daff4d7 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Mon Oct 27 19:09:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 2 05:16:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a033b275
sci-libs/composable-kernel: use rocm_add_sandbox in configure phase During configuration we don't care if AMD device is present (contrarily to test phase). New function rocm_add_sandbox does not die when AMD device is missing. Closes: https://bugs.gentoo.org/965198 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44355 Closes: https://github.com/gentoo/gentoo/pull/44355 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/composable-kernel/composable-kernel-7.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/composable-kernel/composable-kernel-7.0.2.ebuild b/sci-libs/composable-kernel/composable-kernel-7.0.2.ebuild index e499d773ed60..193489781bf0 100644 --- a/sci-libs/composable-kernel/composable-kernel-7.0.2.ebuild +++ b/sci-libs/composable-kernel/composable-kernel-7.0.2.ebuild @@ -125,7 +125,7 @@ src_configure() { # rocminfo call during configuration; should not happen # Bug: https://github.com/ROCm/composable_kernel/issues/2994 - check_amdgpu + rocm_add_sandbox -w addpredict /dev/random cmake_src_configure
