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

Update librmm conda recipe #997

Merged
merged 4 commits into from
Mar 17, 2022

Conversation

ajschmidt8
Copy link
Member

This PR updates the librmm conda recipe with some learnings from rapidsai/cudf#10326.

Namely that the top-level build.sh script is the only feasible approach for consolidating the recipes.

The implication of these changes is that any shared libraries used in the top-level build must now manually be specified as run dependencies of the corresponding outputs package. To help reduce the amount of duplication of version specifications for these packages, dependency versions can be specified in conda/recipes/librmm/conda_build_config.yaml. The exception here is the version spec used for cudatoolkit since that comes from an environment variable in the CI process.

@ajschmidt8 ajschmidt8 requested a review from a team as a code owner March 16, 2022 17:49
Copy link
Contributor

@AyodeAwe AyodeAwe left a comment

Choose a reason for hiding this comment

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

LGTM

@ajschmidt8 ajschmidt8 added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Mar 16, 2022
@ajschmidt8
Copy link
Member Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit b21734e into rapidsai:branch-22.04 Mar 17, 2022
@ajschmidt8 ajschmidt8 deleted the revert-recipe-changes branch March 17, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

3 participants