Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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