diff options
author | 2021-01-21 17:12:48 +0800 | |
---|---|---|
committer | 2021-01-24 15:48:27 +0800 | |
commit | 48544762ef753e69fc2a4c1e7b3adf9ead209683 (patch) | |
tree | 6d8f02b4f0cb507fc54e8989cf8d6af5b6e52987 /dev-libs/rccl/files | |
parent | sci-libs/hipSPARSE: SPARSE marshalling library. (diff) | |
download | gentoo-48544762ef753e69fc2a4c1e7b3adf9ead209683.tar.gz gentoo-48544762ef753e69fc2a4c1e7b3adf9ead209683.tar.bz2 gentoo-48544762ef753e69fc2a4c1e7b3adf9ead209683.zip |
dev-libs/rccl: ROCm Communication Collectives Library
Closes: https://github.com/gentoo/gentoo/pull/19143
Bug: https://bugs.gentoo.org/650804
Bug: https://github.com/gentoo/gentoo/pull/10724
Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Suggested-by: Wilfried Holzke <gentoo@holzke.net>
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-libs/rccl/files')
-rw-r--r-- | dev-libs/rccl/files/rccl-2.7.0-change_install_location.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-libs/rccl/files/rccl-2.7.0-change_install_location.patch b/dev-libs/rccl/files/rccl-2.7.0-change_install_location.patch new file mode 100644 index 000000000000..c129e80c62c7 --- /dev/null +++ b/dev-libs/rccl/files/rccl-2.7.0-change_install_location.patch @@ -0,0 +1,33 @@ +--- a/CMakeLists.txt 2019-09-02 18:19:53.540736052 +0200 ++++ b/CMakeLists.txt 2019-09-02 18:21:14.936735741 +0200 +@@ -162,15 +162,16 @@ + + rocm_install_targets(TARGETS + rccl +- PREFIX +- rccl) ++# PREFIX ++# rccl ++ ) + install(FILES ${PROJECT_BINARY_DIR}/rccl.h +- DESTINATION rccl/${CMAKE_INSTALL_INCLUDEDIR}) ++ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) + + rocm_export_targets(NAMESPACE + roc:: +- PREFIX +- rccl ++# PREFIX ++# rccl + TARGETS + rccl + DEPENDS +@@ -190,7 +191,7 @@ + "<no-reply@amd.com>" + LDCONFIG) + +-rocm_install_symlink_subdir(rccl) ++#rocm_install_symlink_subdir(rccl) + + if(BUILD_TESTS) + add_subdirectory(test) |