Skip to content

Commit

Permalink
Set install_rpath for libcuspatial (#375)
Browse files Browse the repository at this point in the history
Fix issue where conda installed `libcuspatial` can't find other conda-installed libraries like GDAL.

Related issue in cuDF: rapidsai/cudf#7863

Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Christopher Harris (https://github.com/cwharris)
  - Keith Kraus (https://github.com/kkraus14)

URL: #375
  • Loading branch information
trxcllnt authored Apr 8, 2021
1 parent cce2be3 commit 29d5db6
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 @@ -139,6 +139,7 @@ add_library(cuspatial SHARED

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

0 comments on commit 29d5db6

Please sign in to comment.