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 script rather than environment variable to modify package names #1212

Merged
merged 9 commits into from
Feb 17, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Feb 16, 2023

Description

The package name defined in setup.py needs to be modified for wheels to reflect the CUDA version that the wheel was built for. Currently that modification is done via an environment variable that is pulled in setup.py code. This changeset replaces that approach with a direct modification using a script (similar to what is done for versions in #1190) to facilitate moving towards static project metadata specification via pyproject.toml.

This PR depends on rapidsai/shared-workflows#45.

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 2 - In Progress Currently a work in progress Python Related to RMM Python API non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Feb 16, 2023
@vyasr vyasr self-assigned this Feb 16, 2023
@github-actions github-actions bot added the ci label Feb 16, 2023
@vyasr vyasr force-pushed the feat/remove_env_pkg_name branch from e83b496 to 4cf0c38 Compare February 16, 2023 22:44
@vyasr vyasr marked this pull request as ready for review February 17, 2023 17:58
@vyasr vyasr requested review from a team as code owners February 17, 2023 17:58
@vyasr vyasr added 3 - Ready for review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 17, 2023
@vyasr vyasr requested a review from sevagh February 17, 2023 18:03
@vyasr
Copy link
Contributor Author

vyasr commented Feb 17, 2023

/merge

@rapids-bot rapids-bot bot merged commit 0fd9626 into rapidsai:branch-23.04 Feb 17, 2023
@vyasr vyasr deleted the feat/remove_env_pkg_name branch February 21, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for review Ready for review by team ci improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to RMM Python API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants