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

Build CUDA 11.8 and Python 3.10 Packages #476

Merged
merged 7 commits into from
Jan 11, 2023

Conversation

ajschmidt8
Copy link
Member

@ajschmidt8 ajschmidt8 commented Jan 11, 2023

This PR updates cucim to build against branch cuda-118 of the shared-action-workflow repository.

That branch contains updates for CUDA 11.8 and Python 3.10 packages.

It also includes some minor file renames.

This PR updates `xgboost-conda` to build against branch [cuda-118](https://github.com/rapidsai/shared-action-workflows/compare/cuda-118) of the `shared-action-workflow` repository.

That branch contains updates for CUDA `11.8` and Python `3.10` packages.

It also includes some minor file renames.
@ajschmidt8 ajschmidt8 added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 11, 2023
@ajschmidt8 ajschmidt8 requested a review from a team as a code owner January 11, 2023 17:03
apparent `binutils` (and therefore `ar`) are not installed in the CUDA `11.8` images, which leads to a build failure for `libcucim`.

this commit adds `binutils` to the `build` dependencies for `libcucim` to make `ar` available
@ajschmidt8 ajschmidt8 requested a review from a team as a code owner January 11, 2023 17:26
it seems like `make` is now no longer included in the `11.8` images, which is causing `libcucim` build errors.

this commit adds `make` to the `libcucim` `build` requirements
@ajschmidt8
Copy link
Member Author

ajschmidt8 commented Jan 11, 2023

It looks like the earliest version of numpy that has Python 3.10 packages available is 1.21.3

So we'll need to get cucim's version of numpy updated from 1.19.

@grlee77
Copy link
Contributor

grlee77 commented Jan 11, 2023

Thanks, @ajschmidt8. It looks good to me

@ajschmidt8
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit c899ea2 into rapidsai:branch-23.02 Jan 11, 2023
@ajschmidt8 ajschmidt8 deleted the cuda-118 branch January 11, 2023 20:38
@jakirkham
Copy link
Member

Thanks AJ! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants