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

Simplify wheel build scripts and allow alphas of RAPIDS dependencies #1804

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

divyegala
Copy link
Member

This PR:

  1. Removes ci/apply_wheel_modifications.sh and uses it inline in wheel build scripts
  2. Allows for specifying alpha versioned dependencies of RAPIDS projects

@divyegala divyegala added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 5, 2023
@divyegala divyegala self-assigned this Sep 5, 2023
@divyegala divyegala requested a review from a team as a code owner September 5, 2023 22:49
@github-actions github-actions bot added the ci label Sep 5, 2023
Comment on lines -9 to -13
RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

RAPIDS_PY_WHEEL_NAME=pylibraft_${RAPIDS_PY_CUDA_SUFFIX} rapids-download-wheels-from-s3 ./local-pylibraft
python -m pip install --no-deps ./local-pylibraft/pylibraft*.whl

Copy link
Member

@ajschmidt8 ajschmidt8 Sep 6, 2023

Choose a reason for hiding this comment

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

Were these lines not necessary? If not, why?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, looks like I had copied them over from the previous workflows but raft-dask does not need pylibraft at build time

@divyegala
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit e290283 into rapidsai:branch-23.10 Sep 6, 2023
54 checks passed
rapids-bot bot pushed a commit that referenced this pull request Nov 2, 2023
#1804 missed updates for `ucx-py` to pick up alpha versioned nightlies

Authors:
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1953
benfred pushed a commit to benfred/raft that referenced this pull request Nov 8, 2023
rapidsai#1804 missed updates for `ucx-py` to pick up alpha versioned nightlies

Authors:
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

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

Successfully merging this pull request may close these issues.

3 participants