homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

opencv: enable java bindings

Open siravijbb opened this issue 1 year ago • 7 comments

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 doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

siravijbb avatar Jul 24 '24 08:07 siravijbb

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.

github-actions[bot] avatar Jul 24 '24 10:07 github-actions[bot]

So this commit just from -DBUILD_opencv_java=OFF to -DBUILD_opencv_java=ON

siravijbb avatar Jul 25 '24 02:07 siravijbb

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.

SMillerDev avatar Jul 25 '24 10:07 SMillerDev

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

siravijbb avatar Jul 25 '24 13:07 siravijbb

Currently this PR doesn't do anything. See #151815

cho-m avatar Aug 06 '24 02:08 cho-m

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.

siravijbb avatar Aug 06 '24 02:08 siravijbb

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.

github-actions[bot] avatar Aug 27 '24 14:08 github-actions[bot]