opencv: enable java bindings
Update:opencv formulas by adding java to default configuration,since many people find problem where no java is present
- [x] Have you followed the guidelines for contributing?
- [x] Have you ensured that your commits follow the commit style guide?
- [x] Have you checked that there aren't other open pull requests for the same formula update/change?
- [x] Have you built your formula locally with
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting? - [x] Is your test running fine
brew test <formula>, where<formula>is the name of the formula you're submitting? - [x] Does your build pass
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>?
Thanks for contributing to Homebrew! :tada: It looks like you're having trouble with a CI failure. See our contribution guide for help. You may be most interested in the section on dealing with CI failures. You can find the CI logs in the Checks tab of your pull request.
So this commit just from -DBUILD_opencv_java=OFF to -DBUILD_opencv_java=ON
many people find problem where no java is present
Do you have some reference for this? Because I don't know of any issues for this.
Sorry,It kinda not many people make issue, But I came across where i had to download custom brew file in order to enable java blinding.
But maybe this contribution will help people solve having to download or found this problem again.
https://stackoverflow.com/questions/45979591/no-java-folder-available-in-opencv-folder-structure https://stackoverflow.com/questions/37179311/cant-find-jar-file-after-installing-opencv
Currently this PR doesn't do anything. See #151815
I'm not sure what you mean,not do anything. I tried download custom formula once to change enable java and install it using brew. it did work.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.