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

Rebuild 24.08 with (noarch: python fix for xgboost) #70

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

jakirkham
Copy link
Member

Recently we caught and fixed a bug in the XGBoost packages where they were missing a noarch: python. As a result the xgboost packages were only built for installation on Python 3.12. Unfortunately this doesn't line up with RAPIDS (especially as we don't have Python 3.12 yet). So this was fixed in PR: #69

While this is fixed in 24.10, unfortunately the 24.08 packages of XGBoost are still broken. To fix this, we temporarily go back to 24.08 in this XGBoost PR. This will fill in the missing packages for 24.08

Once this is built out, we can switch back to 24.10

@raydouglass raydouglass marked this pull request as ready for review August 1, 2024 12:48
@raydouglass raydouglass merged commit da3cc1c into rapidsai:main Aug 1, 2024
7 checks passed
@jakirkham jakirkham deleted the last_bld_2408 branch August 1, 2024 19:11
@jakirkham
Copy link
Member Author

jakirkham commented Aug 1, 2024

Thanks Ray and Hyunsu! 🙏

Went through the CI logs and scraped out these packages as the ones we need to copy to rapidsai

libxgboost-2.1.1-rapidsai_h0f6b306_4.conda
libxgboost-2.1.1-rapidsai_h207c33c_4.conda
libxgboost-2.1.1-rapidsai_h5b1fefd_4.conda
libxgboost-2.1.1-rapidsai_hc551fd8_4.conda
py-xgboost-2.1.1-rapidsai_pyh258eea3_4.conda
py-xgboost-2.1.1-rapidsai_pyh55089e7_4.conda
py-xgboost-2.1.1-rapidsai_pyhba16b86_4.conda
py-xgboost-2.1.1-rapidsai_pyhf7e6b63_4.conda
xgboost-2.1.1-rapidsai_pyh083a5a1_4.conda
xgboost-2.1.1-rapidsai_pyh26c0410_4.conda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants