You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/rccl/files/rccl-5.7.1-remove-chrpath.p...

18 lines
592 B

chrpath is not used in rccl 5.7.1
Upstream fix: https://github.com/ROCmSoftwarePlatform/rccl/pull/811
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -7,11 +7,6 @@ if(BUILD_TESTS)
message("Building rccl unit tests (Installed in /test/rccl-UnitTests)")
- find_program(CHRPATH chrpath)
- if(NOT CHRPATH)
- message(FATAL_ERROR "chrpath is required for rccl-UnitTests. Please install (e.g. sudo apt-get install chrpath)")
- endif()
-
find_package(hsa-runtime64 PATHS /opt/rocm )
if(${hsa-runtime64_FOUND})
message("hsa-runtime64 found @ ${hsa-runtime64_DIR} ")