twistedfall
                                            twistedfall
                                        
                                    I hope that helped! I'm going to close this issue as there is nothing actionable from my side.
`clang.dylib` is not required in runtime, only during building phase. It looks like it can't dynamically link to OpenCV itself. Usually homebrew is taking care of this, but in your...
Did you manage to produce a successful build?
I'll close the issue for now, but feel free to reopen if you're still experiencing issues
That's really helpful, thank you! I will try to include this step into the CI and update the readme
I've added the static build to CI and updated the readme: https://github.com/twistedfall/opencv-rust#static-build
For installation of the static OpenCV itself on Ubuntu use the `install-focal.sh` (Focal stands for Ubuntu Focal Fossa, 20.04 version), just be sure to set up env var `OPENCV_VERSION=4.7.0-static` before...
Just in case you can now work around that problem in opencv crate with `clang-runtime` feature.
I've bisected the git tree between 1.0.79 and 1.0.80 the offending commit is https://github.com/rust-lang/cc-rs/commit/ff45d42c0de626273202e2783cafd6305b555a2f (unsurprisingly), not sure how much help that is :)
No, it doesn't, I'm not sure why it worked in my previous testing (I have updated that comment)