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

Use rapids-cmake for the logger #1776

Merged
merged 6 commits into from
Jan 3, 2025

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Jan 2, 2025

Description

This PR switches rmm to use rapids-cmake to fetch rapids-logger so that it uses a consistent version with the rest of RAPIDS to avoid any cases where transitive CPM loads result in multiple packages being built from source that require a different version of rapids-logger.

Depends on rapidsai/rapids-cmake#737

Contributes to rapidsai/build-planning#104.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@vyasr vyasr added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Jan 2, 2025
@vyasr vyasr self-assigned this Jan 2, 2025
Copy link

copy-pr-bot bot commented Jan 2, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@vyasr
Copy link
Contributor Author

vyasr commented Jan 2, 2025

/ok to test

@github-actions github-actions bot added the CMake label Jan 2, 2025
@vyasr
Copy link
Contributor Author

vyasr commented Jan 2, 2025

/ok to test

@vyasr
Copy link
Contributor Author

vyasr commented Jan 2, 2025

/ok to test

@vyasr vyasr marked this pull request as ready for review January 3, 2025 16:09
@vyasr vyasr requested a review from a team as a code owner January 3, 2025 16:09
@vyasr
Copy link
Contributor Author

vyasr commented Jan 3, 2025

Whoever gets here first after rapidsai/rapids-cmake#737 merges should rerun all CI (the current runs on this PR will fail without that rapids-cmake PR merged).

Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Approving (but it depends on rapidsai/rapids-cmake#737).

@vyasr
Copy link
Contributor Author

vyasr commented Jan 3, 2025

/merge

@rapids-bot rapids-bot bot merged commit b4c43c5 into rapidsai:branch-25.02 Jan 3, 2025
68 checks passed
@vyasr vyasr deleted the chore/rapids_cmake_logger branch January 3, 2025 17:39
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Jan 3, 2025
This PR switches cudf to use rapids-cmake to fetch rapids-logger so that it uses a consistent version with the rest of RAPIDS to avoid any cases where transitive CPM loads result in multiple packages being built from source that require a different version of rapids-logger.

This PR also cherry-picks the Python docs changes from #17669 so that our Sphinx docs can build again without warnings.

Depends on rapidsai/rapids-cmake#737 and rapidsai/rmm#1776.

Contributes to rapidsai/build-planning#104.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Bradley Dice (https://github.com/bdice)

URL: #17674
rapids-bot bot pushed a commit to rapidsai/raft that referenced this pull request Jan 3, 2025
This PR switches raft to use rapids-cmake to fetch rapids-logger so that it uses a consistent version with the rest of RAPIDS to avoid any cases where transitive CPM loads result in multiple packages being built from source that require a different version of rapids-logger.

Depends on rapidsai/rapids-cmake#737 and rapidsai/rmm#1776.

Contributes to rapidsai/build-planning#104.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #2534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants