-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cudf now sets an install rpath of $ORIGIN #7863
cudf now sets an install rpath of $ORIGIN #7863
Conversation
This corrects issues where a conda installed version of cudf can't find other conda installed libraries such as arrow.
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7863 +/- ##
===============================================
+ Coverage 81.86% 82.74% +0.88%
===============================================
Files 101 103 +2
Lines 16884 17700 +816
===============================================
+ Hits 13822 14646 +824
+ Misses 3062 3054 -8
Continue to review full report at Codecov.
|
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: rapidsai#7863
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
This corrects issues where a conda installed version of cudf can't find other conda installed libraries such as arrow.