-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Make libopencv python-independent; collapse CI jobs #365
base: main
Are you sure you want to change the base?
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
curious to see what happens. Thanks! |
maybe skip ffmpeg 5 builds? |
opencv_python_config.cmake from global build step seems to overwrite our OPENCV_PYTHON_INSTALL_PATH with an empty string
…nda-forge-pinning 2023.06.30.10.20.46
I don't understand why including some CMake modules would cause ninja not to be found, as it's clearly in the environment...
|
I am no sure this is what is causing that error, but could this be related to the fact that if |
Alright, this is what I promised to look in to in #363. I could see that the default python standalone build will fail, and I patched that, but it'll probably take some iteration to get right.
The commits are intended to be reviewed in sequence, the overall diff is almost unreadable.
Closes #364