-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use relative path for CMAKE_INSTALL_LIBDIR
#63
Use relative path for CMAKE_INSTALL_LIBDIR
#63
Conversation
The `CMAKE_INSTALL_LIBDIR` needs to be relative for the CCCL-config.cmake packaged with librmm to work properly. This is exactly what the upstream rapidsai version of librmm does.
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
We can make the change here, but this seems like a bug in the |
Absolute values for This will cause any generated While |
As to |
|
Thanks Robert and Keith! 🙏 |
The
CMAKE_INSTALL_LIBDIR
needs to be relative for the CCCL-config.cmake packaged with librmm to work properly.This is exactly what the upstream rapidsai version of librmm does ( https://github.com/rapidsai/rmm/blob/branch-24.04/conda/recipes/librmm/build.sh#L3 )
Checklist