From e89fae67c36cbdcde5595bccd7613e8862451120 Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Sun, 22 Jun 2025 15:37:36 +0000 Subject: [PATCH] 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 Part-of: https://github.com/gentoo/gentoo/pull/42691 Closes: https://github.com/gentoo/gentoo/pull/42691 Signed-off-by: Sam James --- 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 13edd47c89de1..15df607372d58 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 )