gentoo/dev-libs/rccl/files/rccl-6.1.1-headers-fix.patch
Sv. Lockal b761d8281f
dev-libs/rccl: fix tests compilation/execution with dev-cpp/gtest-1.15.2
Applied the same patch as in 6.3.0.
Masked secondary device, as multiple devices with different capabilities break tests per https://rocm.docs.amd.com/projects/radeon/en/latest/docs/prerequisites.html#disable-igpu
No change in built object -> no revbump.

Closes: https://bugs.gentoo.org/947600
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40026
Signed-off-by: Sam James <sam@gentoo.org>
2025-01-10 00:29:10 +00:00

13 lines
400 B
Diff

gtest 1.14 included iomanip, gtest 1.15 does not anymore.
Upstream bug: https://github.com/ROCm/rccl/issues/1455
--- a/test/common/TestBed.cpp
+++ b/test/common/TestBed.cpp
@@ -4,6 +4,7 @@
* See LICENSE.txt for license information
************************************************************************/
#include <unistd.h>
+#include <iomanip>
#include "TestBed.hpp"
#include <rccl/rccl.h>