-
Notifications
You must be signed in to change notification settings - Fork 46
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
rapids_cpm cccl packages cmake files are now relocated to not clash with upstream #393
rapids_cpm cccl packages cmake files are now relocated to not clash with upstream #393
Conversation
Fixes rapidsai#367 This way rapids-cmake versions of these projects don't clash with the upstream versions.
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 to me. Should we add tests?
ffc1f7c
to
cfd5f72
Compare
cfd5f72
to
7455f36
Compare
I do plan to review this PR, just haven't gotten around to it quite yet. |
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.
I would recommend changing the title to more clearly indicate that what this PR is doing is relocating where rapids-cmake installs CCCL packages. Vendor sounds like the files are embedded in some way, and tbh I was expecting this PR to be about creating a rapids-cmake conda package containing the rapids-specific CCCL dependencies before I read through it.
@robertmaynard can we merge this now? Then we can also finalize rapidsai/cudf#13235 |
/merge |
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. Authors: - Robert Maynard (https://github.com/robertmaynard) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) URL: #13235
Description
This way rapids-cmake versions of these projects don't clash with the upstream versions.
Fixes #367
Checklist
cmake-format.json
is up to date with these changes.