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

opencolorio 2.3.0 #141062

Closed
wants to merge 9 commits into from
Closed
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
21 changes: 19 additions & 2 deletions Formula/o/opencolorio.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Opencolorio < Formula
desc "Color management solution geared towards motion picture production"
homepage "https://opencolorio.org/"
url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.2.1.tar.gz"
sha256 "36f27c5887fc4e5c241805c29b8b8e68725aa05520bcaa7c7ec84c0422b8580e"
url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz"
sha256 "32b7be676c110d849a77886d8a409159f0367309b2b2f5dae5aa0c38f42b445a"
license "BSD-3-Clause"
head "https://github.com/AcademySoftwareFoundation/OpenColorIO.git", branch: "master"

Expand All @@ -18,17 +18,34 @@

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "imath"
depends_on "little-cms2"
depends_on "minizip-ng"
depends_on "pybind11"
depends_on "pystring"
depends_on "python@3.11"
depends_on "yaml-cpp"

uses_from_macos "expat"
uses_from_macos "zlib"

def install

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 11-arm64

`brew install --verbose --build-bottle opencolorio` failed on macOS Big Sur (11) on Apple Silicon!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-59014-1irsefb /usr/bin/env cp -pR /private/tmp/d20230906-59014-1irsefb/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-59014-177mwv9/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/opt/homebrew/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/opt/homebrew/opt/yaml-cpp -Dpystring_ROOT=/opt/homebrew/opt/pystring -Dminizip-ng_DIR=/opt/homebrew/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -- The CXX compiler identification is AppleClang 13.0.0.13000029 -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Success -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- �[mCould NOT find expat (minimum version: "2.4.1", recommended version: "2.5.0")�[m CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:114 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:138 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) -- �[mCould NOT find yaml-cpp (minimum version: "0.6.3", recommended version: "0.7.0")�[m -- �[mCould NOT find pystring (minimum version: "1.1.3", recommended version: "

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --build-bottle opencolorio` failed on Linux!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /github/home/.cache/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /github/home/.cache/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /tmp/d20230906-6800-leekjx /usr/bin/env cp -pR /tmp/d20230906-6800-leekjx/OpenColorIO-2.3.0/. /tmp/opencolorio-20230906-6800-lep9qb/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=$ORIGIN/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/home/linuxbrew/.linuxbrew/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/home/linuxbrew/.linuxbrew/opt/yaml-cpp -Dpystring_ROOT=/home/linuxbrew/.linuxbrew/opt/pystring -Dminizip-ng_DIR=/home/linuxbrew/.linuxbrew/opt/minizip-ng -Dexpat_ROOT=/home/linuxbrew/.linuxbrew/opt/expat -Dzlib_ROOT=/home/linuxbrew/.linuxbrew/opt/zlib -DCMAKE_INSTALL_PREFIX=/home/linuxbrew/.linuxbrew/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -- The CXX compiler identification is GNU 11.4.0 -- The C compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-11 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/gcc-11 - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- �[mCould NOT find OpenGL (no version specified)�[m -- Use "OpenGL_ROOT" to specify an install location -- �[mCould NOT find GLEW (minimum version: "2.1.0", recommended version: "2.1.0")�[m -- Use "GLEW_ROOT" to specify an install location -- �[mCould NOT find GLUT (minimum version: "3.2.1", recommended version: "3.2.1")�[m -- Use "GLUT_ROOT" to specify an install location CMake Warning at share/cmake/utils/CheckSupportGL.cmake:82 (message): GPU rendering disabled Call Stack (most recent call first): CMakeLists.txt:281 (include) -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Failed -- Performing Test COMPILER_SUPPORTS_AVX -- Performing Test COMPILER_SUPPORTS_AVX - Success -- Performing Test COMPILER_SUPPORTS_AVX2 -- Performing Test COMPILER_SUPPORTS_AVX2 - Success -- Performing Test COMPILER_SUPPORTS_AVX512 -- Performing Test COMPILER_SUPPORTS_AVX512 - Success -- Performing Test COMPILER_SUPPORTS_SSE42 -- Performing Test COMPILER_SUPPORTS_SSE42 - Success -- Performing Test COMPILER_SUPPORTS_SSE4 -- Performing Test COMPILER_SUPPORTS_SSE4 - Success -- Performing Test COMPILER_SUPPORTS_SSSE3 -- Performing Test COMPILER_SUPPORTS_SSSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE3 -- Performing Test COMPILER_SUPPORTS_SSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE2 -- Performing Test COMPILER_SUPPORTS_SSE2 - Success -- Performing Test COMPILER_SUPPORTS_F16C -- Performing Test COMPILER_SUPPORTS_F16C - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_IN

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --build-bottle opencolorio` failed on macOS Ventura (13) on Apple Silicon!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-6647-urs9u9 /usr/bin/env cp -pR /private/tmp/d20230906-6647-urs9u9/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-6647-1kfuxxt/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/opt/homebrew/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/opt/homebrew/opt/yaml-cpp -Dpystring_ROOT=/opt/homebrew/opt/pystring -Dminizip-ng_DIR=/opt/homebrew/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -- The CXX compiler identification is AppleClang 14.0.3.14030022 -- The C compiler identification is AppleClang 14.0.3.14030022 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Success -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- Found expat (version "2.5.0")�[m CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:114 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:138 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) -- �[mCould NOT find yaml-cpp (minimum version: "0.6.3", recommended version: "0.7.0")�[m -- �[mCould NOT find pystring (minimum version: "1.1.3", recommended version: "1.1.3")�[m -- �[m pystring_ROOT was: /opt/homebrew/op

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

`brew install --verbose --build-bottle opencolorio` failed on macOS Monterey (12) on Apple Silicon!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-6516-1xj62eg /usr/bin/env cp -pR /private/tmp/d20230906-6516-1xj62eg/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-6516-1bvw8mm/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/opt/homebrew/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/opt/homebrew/opt/yaml-cpp -Dpystring_ROOT=/opt/homebrew/opt/pystring -Dminizip-ng_DIR=/opt/homebrew/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- The C compiler identification is AppleClang 14.0.0.14000029 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Success -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON -- Performing Test COMPILER_SUPPORTS_SSE_WITH_SSE2NEON - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- Found expat (version "2.4.1") (recommended version: "2.5.0")�[m -- Reason: CVE fixes and fix issue with symbol leakage when built as a static library CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:114 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_handle_dependency.cmake:138 (find_package) share/cmake/modules/FindExtPackages.cmake:64 (ocio_handle_dependency) CMakeLists.txt:446 (include) -- �[mCould NOT find yaml-cpp (minimum version: "0.6.3", recommended version: "0.7.0")�[m -- �[mCould

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

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

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-6787-2wrx24 /usr/bin/env cp -pR /private/tmp/d20230906-6787-2wrx24/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-6787-o2gbuu/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/usr/local/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/usr/local/opt/yaml-cpp -Dpystring_ROOT=/usr/local/opt/pystring -Dminizip-ng_DIR=/usr/local/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -- The CXX compiler identification is AppleClang 14.0.3.14030022 -- The C compiler identification is AppleClang 14.0.3.14030022 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Failed -- Performing Test COMPILER_SUPPORTS_AVX -- Performing Test COMPILER_SUPPORTS_AVX - Success -- Performing Test COMPILER_SUPPORTS_AVX2 -- Performing Test COMPILER_SUPPORTS_AVX2 - Success -- Performing Test COMPILER_SUPPORTS_AVX512 -- Performing Test COMPILER_SUPPORTS_AVX512 - Success -- Performing Test COMPILER_SUPPORTS_SSE42 -- Performing Test COMPILER_SUPPORTS_SSE42 - Success -- Performing Test COMPILER_SUPPORTS_SSE4 -- Performing Test COMPILER_SUPPORTS_SSE4 - Success -- Performing Test COMPILER_SUPPORTS_SSSE3 -- Performing Test COMPILER_SUPPORTS_SSSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE3 -- Performing Test COMPILER_SUPPORTS_SSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE2 -- Performing Test COMPILER_SUPPORTS_SSE2 - Success -- Performing Test COMPILER_SUPPORTS_F16C -- Performing Test COMPILER_SUPPORTS_F16C - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- Found expat (version "2.5.0")�[m CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (most recent call first): share/cmake/macros/ocio_han

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 11-x86_64

`brew install --verbose --build-bottle opencolorio` failed on macOS Big Sur (11)!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-6777-10cu0b1 /usr/bin/env cp -pR /private/tmp/d20230906-6777-10cu0b1/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-6777-nzsj24/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/usr/local/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/usr/local/opt/yaml-cpp -Dpystring_ROOT=/usr/local/opt/pystring -Dminizip-ng_DIR=/usr/local/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -- The CXX compiler identification is AppleClang 13.0.0.13000029 -- The C compiler identification is AppleClang 13.0.0.13000029 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Failed -- Performing Test COMPILER_SUPPORTS_AVX -- Performing Test COMPILER_SUPPORTS_AVX - Success -- Performing Test COMPILER_SUPPORTS_AVX2 -- Performing Test COMPILER_SUPPORTS_AVX2 - Success -- Performing Test COMPILER_SUPPORTS_AVX512 -- Performing Test COMPILER_SUPPORTS_AVX512 - Success -- Performing Test COMPILER_SUPPORTS_SSE42 -- Performing Test COMPILER_SUPPORTS_SSE42 - Success -- Performing Test COMPILER_SUPPORTS_SSE4 -- Performing Test COMPILER_SUPPORTS_SSE4 - Success -- Performing Test COMPILER_SUPPORTS_SSSE3 -- Performing Test COMPILER_SUPPORTS_SSSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE3 -- Performing Test COMPILER_SUPPORTS_SSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE2 -- Performing Test COMPILER_SUPPORTS_SSE2 - Success -- Performing Test COMPILER_SUPPORTS_F16C -- Performing Test COMPILER_SUPPORTS_F16C - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- �[mCould NOT find expat (minimum version: "2.4.1", recommended version: "2.5.0")�[m CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target_property() called with non-existent target "yaml-cpp". Call Stack (mo

Check failure on line 32 in Formula/o/opencolorio.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

`brew install --verbose --build-bottle opencolorio` failed on macOS Monterey (12)!

==> Fetching opencolorio ==> Downloading https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.0.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz ==> Verifying checksum for '4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/4825d913d075e06db2f7280357e6fb5016b4bc13f15ccf1215abf765a7b7c6c3--OpenColorIO-2.3.0.tar.gz --directory /private/tmp/d20230906-6674-1fk36n2 /usr/bin/env cp -pR /private/tmp/d20230906-6674-1fk36n2/OpenColorIO-2.3.0/. /private/tmp/opencolorio-20230906-6674-1i676mx/OpenColorIO-2.3.0 ==> cmake -S . -B macbuild -DOCIO_INSTALL_EXT_PACKAGES=NONE -DCMAKE_INSTALL_RPATH=@loader_path/../lib -DPYTHON=python3.11 -DPYTHON_EXECUTABLE=/usr/local/opt/python@3.11/bin/python3.11 -Dyaml-cpp_DIR=/usr/local/opt/yaml-cpp -Dpystring_ROOT=/usr/local/opt/pystring -Dminizip-ng_DIR=/usr/local/opt/minizip-ng -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencolorio/2.3.0 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- The C compiler identification is AppleClang 14.0.0.14000029 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Setting C++ version to '14' as none was specified. -- Performing Test COMPILER_SUPPORTS_CXX14 -- Performing Test COMPILER_SUPPORTS_CXX14 - Success -- -- Checking for GPU configuration... -- Found OpenGL (no version information)�[m -- Found GLUT (no version information)�[m -- GLVND not supported; legacy OpenGL libraries used -- Performing Test COMPILER_SUPPORTS_ARM_NEON -- Performing Test COMPILER_SUPPORTS_ARM_NEON - Failed -- Performing Test COMPILER_SUPPORTS_AVX -- Performing Test COMPILER_SUPPORTS_AVX - Success -- Performing Test COMPILER_SUPPORTS_AVX2 -- Performing Test COMPILER_SUPPORTS_AVX2 - Success -- Performing Test COMPILER_SUPPORTS_AVX512 -- Performing Test COMPILER_SUPPORTS_AVX512 - Success -- Performing Test COMPILER_SUPPORTS_SSE42 -- Performing Test COMPILER_SUPPORTS_SSE42 - Success -- Performing Test COMPILER_SUPPORTS_SSE4 -- Performing Test COMPILER_SUPPORTS_SSE4 - Success -- Performing Test COMPILER_SUPPORTS_SSSE3 -- Performing Test COMPILER_SUPPORTS_SSSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE3 -- Performing Test COMPILER_SUPPORTS_SSE3 - Success -- Performing Test COMPILER_SUPPORTS_SSE2 -- Performing Test COMPILER_SUPPORTS_SSE2 - Success -- Performing Test COMPILER_SUPPORTS_F16C -- Performing Test COMPILER_SUPPORTS_F16C - Success -- Setting SOVERSION to '2.3' as none was specified. -- -- Missing a dependency? Try the following possibilities: -- If the package provides CMake's configuration file, use -D<pkg>_DIR=<path to folder>. -- If it doesn't provide it, try -D<pkg>_ROOT=<path to folder with lib and includes>. -- Alternatively, try -D<pkg>_LIBRARY=<path to lib file> and/or -D<pkg>_INCLUDE_DIR=<path to folder>. -- -- Please refer to the find module under share/cmake/modules for extra information. -- -- Checking for mandatory dependencies... -- Found expat (version "2.4.1") (recommended version: "2.5.0")�[m -- Reason: CVE fixes and fix issue with symbol leakage when built as a static library CMake Error at share/cmake/modules/Findyaml-cpp.cmake:53 (get_target_property): get_target
python3 = "python3.11"
args = %W[
-DOCIO_INSTALL_EXT_PACKAGES=NONE
-DCMAKE_INSTALL_RPATH=#{rpath}
-DPYTHON=#{python3}
-DPYTHON_EXECUTABLE=#{which(python3)}
-Dyaml-cpp_DIR=#{Formula["yaml-cpp"].opt_prefix}
-Dpystring_ROOT=#{Formula["pystring"].opt_prefix}
-Dminizip-ng_DIR=#{Formula["minizip-ng"].opt_prefix}
]

if OS.linux?
args << "-Dexpat_ROOT=#{Formula["expat"].opt_prefix}"
args << "-Dzlib_ROOT=#{Formula["zlib"].opt_prefix}"
end

system "cmake", "-S", ".", "-B", "macbuild", *args, *std_cmake_args
system "cmake", "--build", "macbuild"
system "cmake", "--install", "macbuild"
Expand Down
Loading