add patch to avoid OpenCV searching for Python 2#22742
add patch to avoid OpenCV searching for Python 2#22742branfosj merged 1 commit intoeasybuilders:developfrom
Conversation
|
@boegel This is a regression in 5.0 failing the build hard, so maybe add to 5.0.1? |
|
Test report by @Flamefire |
|
Test report by @branfosj |
|
Test report by @branfosj |
|
Test report by @branfosj |
|
Test report by @branfosj |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)It might find a system python2 which then fails our check in CMakeMake which ensures this doesn't happen.
It is fixed in 4.9 by this: opencv/opencv@212795d
The patch I've made has the same effect for the modified ECs so I kept it.