commit: e89fae67c36cbdcde5595bccd7613e8862451120 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sun Jun 22 15:37:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 5 07:14:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89fae67
dev-libs/rccl: fix AMDGPU_TARGETS=gfx942 rccl-6.3.0 compilation Applies the same fix as in 6.4.1 Closes: https://bugs.gentoo.org/949565 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42691 Closes: https://github.com/gentoo/gentoo/pull/42691 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/rccl/rccl-6.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/rccl/rccl-6.3.0.ebuild b/dev-libs/rccl/rccl-6.3.0.ebuild index 13edd47c89de..15df607372d5 100644 --- a/dev-libs/rccl/rccl-6.3.0.ebuild +++ b/dev-libs/rccl/rccl-6.3.0.ebuild @@ -62,6 +62,7 @@ src_configure() { -DROCM_SYMLINK_LIBS=OFF -DROCM_PATH="${EPREFIX}/usr" -DRCCL_ROCPROFILER_REGISTER=OFF + -DENABLE_MSCCLPP=OFF -Wno-dev )
