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

Change cmake.verbose = true to build.verbose = true #99

Merged
merged 5 commits into from
Aug 7, 2024

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Aug 7, 2024

As cmake.verbose = true is deprecated, drop it from the config

Replace it with the now preferred build.verbose = true

Also switch from cmake.minimum-version to cmake.version, which fixes a CI error

Require scikit-build-core 0.10.0+

@jakirkham jakirkham requested a review from a team as a code owner August 7, 2024 00:27
@jakirkham jakirkham requested a review from raydouglass August 7, 2024 00:27
@jakirkham jakirkham changed the title Drop cmake.verbose = true Change cmake.verbose = true to build.verbose = true Aug 7, 2024
@jakirkham jakirkham requested a review from jameslamb August 7, 2024 00:29
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

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

Thanks!

Hope it's ok, I pushed a commit adding the other changes for rapidsai/build-planning#58 here as they seemed relevant (setting a floor of scikit-build-core >= 0.10.0, reading the CMake minimum from CMakeLists.txt). Feel free to revert if you disagree, I won't merge this until you've had a chance to respond to that.

@jakirkham jakirkham closed this Aug 7, 2024
@jakirkham jakirkham reopened this Aug 7, 2024
@jakirkham
Copy link
Member Author

Restarting CI

pyproject.toml Outdated Show resolved Hide resolved
@jakirkham jakirkham merged commit 7adff81 into rapidsai:main Aug 7, 2024
49 checks passed
@jakirkham jakirkham deleted the drop_skb_cmake_verbose branch August 7, 2024 18:11
@jakirkham
Copy link
Member Author

Thanks all! 🙏

@jakirkham jakirkham mentioned this pull request Oct 24, 2024
gmarkall pushed a commit that referenced this pull request Oct 25, 2024
* Fix building tests in multi-gpu environment (#98) 
* Change cmake.verbose = true to build.verbose = true (#99) 
* Use build-system.requires to set scikit-build-core minimum version
(#100)
* Set CUDA version in one file (and use everywhere else) (#101) 
* Drop Python 3.9 support (#102) 
* Use CI workflow branch 'branch-24.10' again (#105) 
* Use conda strict channel priority. (#109) 
* Update to CUDA 12.6 (#97)
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