-
Notifications
You must be signed in to change notification settings - Fork 915
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
Avoid skbuild 0.17.2 which affected the cmake -DPython_LIBRARY string #13188
Avoid skbuild 0.17.2 which affected the cmake -DPython_LIBRARY string #13188
Conversation
/merge |
…rapidsai#13188) We see builds are failing in cuDF, possibly because of a missing `-DPython_LIBRARY` string in the CMake command: https://github.com/rapidsai/cudf/actions/runs/4750812902/jobs/8439338686#step:11:861 This may be a result of the scikit-build release 0.17.2: https://github.com/scikit-build/scikit-build/pull/943/files Authors: - Sevag H (https://github.com/sevagh) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) - Vyas Ramasubramani (https://github.com/vyasr) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#13188
…#13188) (#13195) Back ports the fix in #13188 to fix v23.04 builds Authors: - Sevag H (https://github.com/sevagh) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Vyas Ramasubramani (https://github.com/vyasr) - Bradley Dice (https://github.com/bdice)
Wheel builds are failing because of a recent update to scikit-build. See related PR: rapidsai/cudf#13188 Blocks #1259. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1262
Is this still necessary with 0.17.5? There were several fixes, the only remaining failure is if user code had a |
@henryiii thanks for the ping. I'm not sure. I can test opening a new PR to remove the pinning and see if tests pass. |
Testing in #13424 |
This PR attempts to allow using newer versions of scikit-build again. cf. #13188 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8) - Lawrence Mitchell (https://github.com/wence-) URL: #13424
We see builds are failing in cuDF, possibly because of a missing
-DPython_LIBRARY
string in the CMake command: https://github.com/rapidsai/cudf/actions/runs/4750812902/jobs/8439338686#step:11:861This may be a result of the scikit-build release 0.17.2: https://github.com/scikit-build/scikit-build/pull/943/files