Skip to content

fix(rattler): add librmm to host for libcuml to fix overlinking error#6686

Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.06from
gforsyth:fix_rattler_librmm
May 12, 2025
Merged

fix(rattler): add librmm to host for libcuml to fix overlinking error#6686
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.06from
gforsyth:fix_rattler_librmm

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

@gforsyth gforsyth commented May 12, 2025

Description

We need librmm for building libcudf and librmm is available in the cache build stage. However the overlinking checks happen on a per-output basis and now that librmm isn't header-only, rattler is detecting a missing link.
This adds the librmm entry to the host section of the appropriate outputs.

xref rapidsai/build-planning#175

@gforsyth gforsyth added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 12, 2025
@gforsyth gforsyth requested a review from a team as a code owner May 12, 2025 14:25
@gforsyth gforsyth added the improvement Improvement / enhancement to an existing function label May 12, 2025
@gforsyth gforsyth requested a review from KyleFromNVIDIA May 12, 2025 14:25
@gforsyth gforsyth added the non-breaking Non-breaking change label May 12, 2025
@github-actions github-actions Bot added the conda conda issue label May 12, 2025
@csadorf csadorf linked an issue May 12, 2025 that may be closed by this pull request
@csadorf
Copy link
Copy Markdown
Contributor

csadorf commented May 12, 2025

/merge

@rapids-bot rapids-bot Bot merged commit 741b7e6 into rapidsai:branch-25.06 May 12, 2025
105 checks passed
@gforsyth gforsyth deleted the fix_rattler_librmm branch May 12, 2025 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda conda issue 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.

Build failure: Linker error with librmm.so in cumlprims_mg build

4 participants