-
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
Correctly set the install location for nvcomp when using the proprietary binary #597
Conversation
Changes look correct to me. |
We've now confirmed that this fix works on rapidsai/cudf#15483. However, it looks like it's incomplete. The cmake files that the nvcomp package contains include the |
Looks required for us to have a consistent install location when doing pip packages. So we will need to do it. |
This reverts commit a48d8fcc324a6a59f3d9603b374a88b64ace07f0.
This reverts commit 4c691ae.
I've pushed out something that I think will work. Once I see it working with the cudf PR, I'll try and pull it out into a more generalized utility. @robertmaynard any suggestions on what you would want that to look like? |
The Python wheel builds in the cudf repo worked, so I think this is functionally ready! So I just need to address Robert's request above. |
We should have a test that verifies that transformation has occurred. |
/merge |
Description
When we download the nvcomp binaries, we have to ensure that those binaries are also using the location determined by
rapids_cmake_install_lib_dir
.Checklist
cmake-format.json
is up to date with these changes.include_guard(GLOBAL)
)