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

Add cuda-nvtx-dev, add missing CUDA library dependencies. #4162

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Feb 9, 2024

This PR fixes issues with devcontainer builds where cuda-nvtx-dev was missing when building libcugraph_etl.

@bdice bdice requested a review from a team as a code owner February 9, 2024 23:32
@github-actions github-actions bot added the conda label Feb 9, 2024
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 9, 2024
@bdice bdice mentioned this pull request Feb 10, 2024
Comment on lines +330 to +336
- cuda-cudart-dev
- cuda-nvtx-dev
- cuda-profiler-api
- libcublas-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
Copy link
Contributor

Choose a reason for hiding this comment

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

Just curious, why packages other than cuda-nvtx-dev needed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They're build dependencies of cugraph. These are listed in the conda recipes. However, they've been coming transitively as dependencies of libraft. We should be explicit about the libraries that are used rather than relying on them coming from raft.

@ChuckHastings
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit f63310c into rapidsai:branch-24.04 Feb 12, 2024
118 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants