From 4bc1bcf3976d63d236c1f5d746a29dff311e13ae Mon Sep 17 00:00:00 2001 From: Aaron En Ye Shi Date: Tue, 15 Jun 2021 15:48:52 +0000 Subject: [PATCH] SWDEV-286884 - Temporarily remove installing hiprtc-builtins To allow committing a patch into compute/ec/hipamd, temporarily remove this library from package, and add back in cmake hiprtc-builtins patch. Change-Id: I8e448a669e796d4c321fcf8a6fe2dc5773743de3 [ROCm/hip commit: ff97848c634f9ff155532a6d93c27a05fb63444d] --- projects/hip/packaging/hip-rocclr.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/hip/packaging/hip-rocclr.txt b/projects/hip/packaging/hip-rocclr.txt index e4c3e447f2..da346a981b 100644 --- a/projects/hip/packaging/hip-rocclr.txt +++ b/projects/hip/packaging/hip-rocclr.txt @@ -34,10 +34,6 @@ install(FILES @PROJECT_BINARY_DIR@/.hipInfo DESTINATION lib) install(FILES @PROJECT_BINARY_DIR@/hip-config.cmake @PROJECT_BINARY_DIR@/hip-config-version.cmake DESTINATION lib/cmake/hip) install(FILES @PROJECT_BINARY_DIR@/src/hipamd/hip-lang-config.cmake @PROJECT_BINARY_DIR@/src/hipamd/hip-lang-config-version.cmake DESTINATION lib/cmake/hip-lang) -if(@__HIP_ENABLE_RTC@) - install(FILES @PROJECT_BINARY_DIR@/lib/libhiprtc-builtins.so.@HIP_LIB_VERSION_MAJOR@.@HIP_LIB_VERSION_MINOR@ DESTINATION lib) -endif() - ############################# # Packaging steps #############################