opencv: remove openvino dependency#232996
Conversation
24f1091 to
90e5c7e
Compare
90e5c7e to
f400353
Compare
openvino only on macOSopenvino dependency
f400353 to
2aacfb0
Compare
`openvino` is currently broken on Linux and it seems to constantly break during updates, so let's leave it out for now.
2aacfb0 to
d34d97b
Compare
|
Noting that Linux may still fail as OpenCV was one of the patchelf impacted formulae. Though maybe if the resulting ELF header changes then issue could randomly stop occurring as not all Protobuf formulae are impacted (or maybe we just aren't testing them sufficiently and are shipping broken binaries). Perhaps worth checking how upstream patchelf behaves in case pulling in new changes will help (which I think we need for arm64 Linux Go issues): Bo98/patchelf.rb@e26a04d |
|
Yea, I've pinged @Bo98 for help here to try to get this fixed properly. Until then, hopefully |
|
|
|
Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
|
Maybe this will work? Homebrew/brew#20403 |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?openvinois currently broken on Linux and it seems to constantly breakduring updates, so let's leave it out for now.
Omitting the
revisionbump since this is getting one in #227169.