-
Notifications
You must be signed in to change notification settings - Fork 918
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
Do not exclude nanoarrow and flatbuffers from installation if statically linked #17322
Do not exclude nanoarrow and flatbuffers from installation if statically linked #17322
Conversation
Signed-off-by: Mike Wilson <knobby@burntsheep.com>
This is in draft because I have been unable to verify this fixes the issue yet. |
Thanks @hyperbolic2346 for the PR. I applied your patch and it fixes the build in spark-rapids-jni previously resulting in
|
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.
LGTM
Signed-off-by: Mike Wilson <knobby@burntsheep.com>
/ok to test |
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
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.
For posterity: I made the original PR but had forgotten exactly how the spark-rapids-jni builds and thought that we wouldn't need install rules for these two libraries to successfully build since all the outputs are run out of the build directory, but that turns out to be not quite right. This PR is the fix I proposed to Mike yesterday to resolve the issue.
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
/ok to test |
Issue stems from the changes in #17322 |
@hyperbolic2346 you'll need to run pre-commit locally to get the cmake formatting right. |
Co-authored-by: Kyle Edwards <kyedwards@nvidia.com>
Co-authored-by: Kyle Edwards <kyedwards@nvidia.com>
/ok to test |
/merge |
Description
Had an issue crop up in spark-rapids-jni where we statically link arrow and the build started to fail due to change #17308.
Checklist