-
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
Correct build dir cudf-config
dependency issues for static builds
#10704
Correct build dir cudf-config
dependency issues for static builds
#10704
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10704 +/- ##
================================================
+ Coverage 86.36% 86.39% +0.03%
================================================
Files 142 142
Lines 22302 22302
================================================
+ Hits 19261 19268 +7
+ Misses 3041 3034 -7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified this fixes the cudf Java build and spark-rapids-jni builds.
rerun tests |
When cudf is built statically we had the following three issues that could cause consumers to fail to find cudf: 1. kvikio was not setup to be exported properly 2. Removed cuFile dependency when it isn't found 3. Hint where to find nvcomp when built by cudf
f74fbf3
to
27c2c63
Compare
rerun tests |
@gpucibot merge |
rerun tests |
When cudf is built statically we had the following three issues that
could cause consumers to fail to find cudf: