Skip to content
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

Fix dependencies on librmm and libraft. #96

Merged
merged 2 commits into from
Nov 21, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 20, 2023

The package currently has runtime dependencies on librmm and libraft-headers. However, these packages are header-only, so it's only sensible to require them at build time. This PR removes librmm and libraft-headers from the runtime dependencies of libwholegraph.

This PR is needed to fix the conda environments in unified devcontainers.

@bdice bdice requested a review from a team as a code owner November 20, 2023 19:26
@@ -67,13 +67,15 @@ dependencies:
- output_types: conda
packages:
- c-compiler
- cmake>=3.23.1,!=3.25.0
- cmake>=3.26.4
Copy link
Contributor Author

@bdice bdice Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated this cmake pinning to match the rest of RAPIDS -- and the pinnings in meta.yaml.

@raydouglass raydouglass added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Nov 20, 2023
@BradReesWork
Copy link
Member

/rerun tests

@BradReesWork
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 7a3c873 into rapidsai:branch-23.12 Nov 21, 2023
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants