-
Notifications
You must be signed in to change notification settings - Fork 154
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
Don't use CMake 3.25.0 as it has a FindCUDAToolkit show stopping bug #805
Don't use CMake 3.25.0 as it has a FindCUDAToolkit show stopping bug #805
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. FYI @isVoid
Looks like a failure from the gdal pin. Rerunning |
rerun tests |
@@ -29,7 +29,7 @@ requirements: | |||
host: | |||
- python | |||
- cython >=0.29,<0.30 | |||
- cmake>=3.23.1 | |||
- cmake>=3.23.1,!=3.25.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reminder, do you mind filing an issue?
@gpucibot merge |
Description
Avoid CMake 3.25.0 as it has an issue that stops cmake execution on conda envs.
Checklist