Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenVINO 2024.6.0 #201747

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/o/opencv.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Opencv < Formula

Check warning on line 1 in Formula/o/opencv.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

No bottle built for opencv!

opencv has unbottled dependencies, so a bottle will not be built.
desc "Open source computer vision library"
homepage "https://opencv.org/"
url "https://github.com/opencv/opencv/archive/refs/tags/4.10.0.tar.gz"
sha256 "b2171af5be6b26f7a06b1229948bbb2bdaa74fcf5cd097e0af6378fce50a6eb9"
license "Apache-2.0"
revision 15
revision 16
head "https://github.com/opencv/opencv.git", branch: "4.x"

livecheck do
Expand Down Expand Up @@ -71,7 +71,7 @@
"python3.12"
end

def install

Check failure on line 74 in Formula/o/opencv.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle opencv` failed on macOS Sonoma (14)!

-- Found OpenBLAS include: /usr/local/opt/openblas/include -- LAPACK(OpenBLAS): LAPACK_LIBRARIES: /usr/local/opt/openblas/lib/libopenblas.dylib -- LAPACK(OpenBLAS): Support is enabled. /usr/local/Homebrew/Library/Homebrew/shims/mac/super/ant: line 9: /usr/local/opt/ant/bin/ant: No such file or directory /usr/local/Homebrew/Library/Homebrew/shims/mac/super/ant: line 9: exec: /usr/local/opt/ant/bin/ant: cannot execute: No such file or directory -- Java version check failed: /usr/bin/java -version returned an error: "The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java." -- Could NOT find Java (missing: Java_JAVA_EXECUTABLE) -- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT JVM) -- OpenVINO FOUND: 2024.6.0 -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework -- Found VTK 9.3.1 -- Looking for dlerror in dl -- Looking for dlerror in dl - found -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_C_WNO_UNDEF -- Performing Test HAVE_C_WNO_UNDEF - Success -- Performing Test HAVE_C_WNO_SIGN_COMPARE -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success -- ADE: Downloading v0.1.2d.zip from https://github.com/opencv/ade/archive/v0.1.2d.zip -- Performing Test HAVE_CXX_WNO_DEPRECATED_COPY -- Performing Test HAVE_CXX_WNO_DEPRECATED_COPY - Success -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale' -- Found libavcodec, version 61.19.100 -- Found libavformat, version 61.7.100 -- Found libavutil, version 59.39.100 -- Found libswscale, version 8.3.100 -- Checking for module 'libavresample' -- Package 'libavresample' not found -- Performing Test HAVE_CXX_WNO_UNDEF -- Performing Test HAVE_CXX_WNO_UNDEF - Success -- Checking for module 'freetype2' -- Found freetype2, version 26.2.20 -- Checking for module 'harfbuzz' -- Found harfbuzz, version 10.1.0 -- freetype2: YES (ver 26.2.20) -- harfbuzz: YES (ver 10.1.0) -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success -- Julia not found. Not compiling Julia Bindings. -- Module opencv_ovis disabled because OGRE3D was not found -- Found Threads: TRUE -- Found AMD headers in: /usr/local/include/suitesparse -- Found AMD library: /usr/local/lib/libamd.dylib -- Found CAMD headers in: /usr/local/include/suitesparse -- Found CAMD library: /usr/local/lib/libcamd.dylib -- Found CCOLAMD headers in: /usr/local/include/suitesparse -- Found CCOLAMD library: /usr/local/lib/libccolamd.dylib -- Found CHOLMOD headers in: /usr/local/include/suitesparse -- Found CHOLMOD library: /usr/local/lib/libcholmod.dylib -- Found COLAMD headers in: /usr/local/include/suitesparse -- Found COLAMD library: /usr/local/lib/libcolamd.dylib -- Found SPQR headers in: /usr/local/include/suitesparse -- Found SPQR library: /usr/local/lib/libspqr.dylib -- Found Config headers in: /usr/local/include/suitesparse -- Found Config library: /usr/local/lib/libsuitesparseconfig.dylib -- Found Intel Thread Building Blocks (TBB) library (2022.0 / 12140) include location: . Assuming SuiteSparseQR was compiled with TBB. -- Looking for shm_open in rt -- Looking for shm_open in rt - not found -- Could not find librt, but found SuiteSparse_config, assuming that SuiteSparse was compiled without timing. -- Found METIS: /usr/local/include (found version "5.1.0") -- Looking for cholmod_metis -- Looking for cholmod_metis - found -- Checking SFM glog/gflags deps... TRUE -- Checking for module 'tesseract' -- Found tesseract, version 5.5.0 -- Tesseract: YES (ver 5.5.0) -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WNO_INCONS

Check failure on line 74 in Formula/o/opencv.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew install --verbose --formula --build-bottle opencv` failed on macOS Ventura (13)!

-- Found OpenBLAS include: /usr/local/opt/openblas/include -- LAPACK(OpenBLAS): LAPACK_LIBRARIES: /usr/local/opt/openblas/lib/libopenblas.dylib -- LAPACK(OpenBLAS): Support is enabled. /usr/local/Homebrew/Library/Homebrew/shims/mac/super/ant: line 9: /usr/local/opt/ant/bin/ant: No such file or directory /usr/local/Homebrew/Library/Homebrew/shims/mac/super/ant: line 9: exec: /usr/local/opt/ant/bin/ant: cannot execute: No such file or directory -- Java version check failed: /usr/bin/java -version returned an error: "The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java." -- Could NOT find Java (missing: Java_JAVA_EXECUTABLE) -- Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 AWT JVM) -- OpenVINO FOUND: 2024.6.0 -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/System/Library/Frameworks/OpenGL.framework -- Found VTK 9.3.1 -- Looking for dlerror in dl -- Looking for dlerror in dl - found -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Success -- Performing Test HAVE_C_WNO_UNDEF -- Performing Test HAVE_C_WNO_UNDEF - Success -- Performing Test HAVE_C_WNO_SIGN_COMPARE -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success -- ADE: Downloading v0.1.2d.zip from https://github.com/opencv/ade/archive/v0.1.2d.zip -- Performing Test HAVE_CXX_WNO_DEPRECATED_COPY -- Performing Test HAVE_CXX_WNO_DEPRECATED_COPY - Success -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale' -- Found libavcodec, version 61.19.100 -- Found libavformat, version 61.7.100 -- Found libavutil, version 59.39.100 -- Found libswscale, version 8.3.100 -- Checking for module 'libavresample' -- Package 'libavresample' not found -- Performing Test HAVE_CXX_WNO_UNDEF -- Performing Test HAVE_CXX_WNO_UNDEF - Success -- Checking for module 'freetype2' -- Found freetype2, version 26.2.20 -- Checking for module 'harfbuzz' -- Found harfbuzz, version 10.1.0 -- freetype2: YES (ver 26.2.20) -- harfbuzz: YES (ver 10.1.0) -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success -- Julia not found. Not compiling Julia Bindings. -- Module opencv_ovis disabled because OGRE3D was not found -- Found Threads: TRUE -- Found AMD headers in: /usr/local/include/suitesparse -- Found AMD library: /usr/local/lib/libamd.dylib -- Found CAMD headers in: /usr/local/include/suitesparse -- Found CAMD library: /usr/local/lib/libcamd.dylib -- Found CCOLAMD headers in: /usr/local/include/suitesparse -- Found CCOLAMD library: /usr/local/lib/libccolamd.dylib -- Found CHOLMOD headers in: /usr/local/include/suitesparse -- Found CHOLMOD library: /usr/local/lib/libcholmod.dylib -- Found COLAMD headers in: /usr/local/include/suitesparse -- Found COLAMD library: /usr/local/lib/libcolamd.dylib -- Found SPQR headers in: /usr/local/include/suitesparse -- Found SPQR library: /usr/local/lib/libspqr.dylib -- Found Config headers in: /usr/local/include/suitesparse -- Found Config library: /usr/local/lib/libsuitesparseconfig.dylib -- Found Intel Thread Building Blocks (TBB) library (2022.0 / 12140) include location: . Assuming SuiteSparseQR was compiled with TBB. -- Looking for shm_open in rt -- Looking for shm_open in rt - not found -- Could not find librt, but found SuiteSparse_config, assuming that SuiteSparse was compiled without timing. -- Found METIS: /usr/local/include (found version "5.1.0") -- Looking for cholmod_metis -- Looking for cholmod_metis - found -- Checking SFM glog/gflags deps... TRUE -- Checking for module 'tesseract' -- Found tesseract, version 5.5.0 -- Tesseract: YES (ver 5.5.0) -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE -- Performing Test HAVE_CXX_WNO_INCONS
resource("contrib").stage buildpath/"opencv_contrib"

# Avoid Accelerate.framework
Expand Down
8 changes: 4 additions & 4 deletions Formula/o/openvino.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Openvino < Formula

desc "Open Visual Inference And Optimization toolkit for AI inference"
homepage "https://docs.openvino.ai"
url "https://github.com/openvinotoolkit/openvino/archive/refs/tags/2024.5.0.tar.gz"
sha256 "3d5b89760e1c946aca7b219dff4bf4cf5eb511932863c90cafc47d3c01c85744"
url "https://github.com/openvinotoolkit/openvino/archive/refs/tags/2024.6.0.tar.gz"
sha256 "93f417409f3bf12445cb0d72b2af13d849d2b5125d5330d832f1bae55283e5b7"
license "Apache-2.0"
head "https://github.com/openvinotoolkit/openvino.git", branch: "master"

Expand Down Expand Up @@ -41,8 +41,8 @@ class Openvino < Formula
depends_on "opencl-icd-loader"

resource "onednn_gpu" do
url "https://github.com/oneapi-src/oneDNN/archive/1722066ad4c0f15495f2d0fcbe9deb2bfd188c36.tar.gz"
sha256 "8955f19800066d8a705df2eb8b462085d6142b4f771ff88ae196e59a0d4ab1bb"
url "https://github.com/oneapi-src/oneDNN/archive/0f269193c7466313888d3338209d0d06a22cc6fa.tar.gz"
sha256 "abad1ff4ac138c593b7a927ef2099b01447af1f7364848392a950ba17b32bcd8"
end
end

Expand Down
Loading