Skip to content

Commit

Permalink
Set nvcomp rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Sep 30, 2024
1 parent 661d834 commit 723cdd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/libcudf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)

add_subdirectory(../../cpp cudf-cpp)

# Ensure other libraries needed by libcudf.so get installed alongside it.
include(cmake/Modules/WheelHelpers.cmake)
install_aliased_imported_targets(
TARGETS cudf nvcomp::nvcomp DESTINATION ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}
set(rpaths
"$ORIGIN/../nvidia/nvcomp"
)
set_property(TARGET cudf PROPERTY INSTALL_RPATH ${rpaths} APPEND)

0 comments on commit 723cdd0

Please sign in to comment.