-
Notifications
You must be signed in to change notification settings - Fork 917
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
Ensure cccl packages don't clash with upstream version #13235
Ensure cccl packages don't clash with upstream version #13235
Conversation
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.
Looks good. @robertmaynard We should chat today about a merge plan for some of the rapids-cmake work in flight. I think I know what order current work should merge but would be good to confirm with you.
rapids_export_find_package_root( | ||
INSTALL | ||
libcudacxx | ||
[=[${CMAKE_CURRENT_LIST_DIR}/../../../include/libcudf/lib/rapids/cmake/libcudacxx]=] |
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.
If we ever need to store other patched libraries like this it would be nice to store this path in some central location, but probably not worth it right now.
@robertmaynard Is this ready to merge? |
/merge |
Description
Depends on: rapidsai/rapids-cmake#393
Once the above PR is merged, this updated logic ensures that cudf places the custom versions of cccl packages in correct places, and can find them once installed.
Checklist