Skip to content

Commit

Permalink
cudf now sets an install rpath of $ORIGIN (#7863)
Browse files Browse the repository at this point in the history
This corrects issues where a conda installed version of cudf can't find other conda installed libraries such as arrow.

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Keith Kraus (https://github.com/kkraus14)

URL: #7863
  • Loading branch information
robertmaynard authored Apr 6, 2021
1 parent f9f1789 commit b17ed17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ add_library(cudf

set_target_properties(cudf
PROPERTIES BUILD_RPATH "\$ORIGIN"
INSTALL_RPATH "\$ORIGIN"
# set target compile options
CXX_STANDARD 14
CXX_STANDARD_REQUIRED ON
Expand Down

0 comments on commit b17ed17

Please sign in to comment.