Skip to content

Commit

Permalink
or-tools 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and carlocab committed May 8, 2024
1 parent 77e541b commit 7ff74ae
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/o/or-tools.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class OrTools < Formula
desc "Google's Operations Research tools"
homepage "https://developers.google.com/optimization/"
url "https://github.com/google/or-tools/archive/refs/tags/v9.9.tar.gz"
sha256 "8c17b1b5b05d925ed03685522172ca87c2912891d57a5e0d5dcaeff8f06a4698"
url "https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz"
sha256 "e7c27a832f3595d4ae1d7e53edae595d0347db55c82c309c8f24227e675fd378"
license "Apache-2.0"
revision 1
head "https://github.com/google/or-tools.git", branch: "stable"

livecheck do
Expand Down Expand Up @@ -39,12 +38,6 @@ class OrTools < Formula

fails_with gcc: "5"

# Backport fix for Protobuf 26
patch do
url "https://github.com/google/or-tools/commit/e0a4dcf5a082e7f90b73708fc7ff4a5e4760ed85.patch?full_index=1"
sha256 "db8c40e25f68ea052dc74fc0ed163c1354667059632c8173ff42dc0c6a1f9bad"
end

def install

Check failure on line 41 in Formula/o/or-tools.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --build-bottle or-tools` failed on Linux!

==> Fetching or-tools ==> Downloading https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz ==> Verifying checksum for '5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /home/linuxbrew/.cache/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz --directory /tmp/homebrew-unpack20240508-7076-b71qbm /usr/bin/env cp -pR /tmp/homebrew-unpack20240508-7076-b71qbm/or-tools-9.10/. /tmp/or-tools-20240508-7076-e9b398/or-tools-9.10 ==> cmake -S . -B build -DUSE_SCIP=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/home/linuxbrew/.linuxbrew/Cellar/or-tools/9.10 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DFETCHCONTENT_FULLY_DISCONNECTED=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 -- ortools version: 9.10.9999 -- Build type: Release -- Build C++ library: ON -- Build Python: OFF -- Build Java: OFF -- Build .Net: OFF -- Build Flatzinc: ON -- Build LP Parser: ON -- Build MathOpt: ON -- Build samples: OFF -- Build C++ samples: OFF -- Build Python samples: OFF -- Build Java samples: OFF -- Build .Net samples: OFF -- Build examples: OFF -- Build C++ examples: OFF -- Build Python examples: OFF -- Build Java examples: OFF -- Build .Net examples: OFF -- Build documentation: OFF -- Install doc: OFF -- Build all dependencies: OFF -- Build ZLIB: OFF -- Build abseil-cpp: OFF -- Build protobuf: OFF -- Build eigen3: OFF -- Build re2: OFF -- BOP support: ON -- COIN-OR support: ON -- Build CoinUtils: OFF -- Build Osi: OFF -- Build Clp: OFF -- Build Cgl: OFF -- Build Cbc: OFF -- GLOP support: ON -- GLPK support: OFF -- Gurobi support: ON -- HiGHS support: ON -- Build HiGHS: OFF -- PDLP support: ON -- Build PDLP: ON -- SCIP support: OFF -- CPLEX support: OFF -- Xpress support: ON -- C++: Build doc: OFF -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Check size of long -- Check size of long - done -- Found long size: 8 -- Check size of long long -- Check size of long long - done -- Found long long size: 8 -- Check size of int64_t -- Check size of int64_t - done -- Found int64_t size: 8 -- Check size of unsigned long -- Check size of unsigned long - done -- Found unsigned long size: 8 -- Check size of unsigned long long -- Check size of unsigned long long - done -- Found unsigned long long size: 8 -- Check size of uint64_t -- Check size of uint64_t - done -- Found uint64_t size: 8 -- Check size of int * -- Check size of int * - done -- Found int * size: 8 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /home/linuxbrew/.linuxbrew/lib/libz.so (found version "1.3.1") CMake Error at cmake/deps.cmake:129 (find_package): By not providing "FindHIGHS.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "HIGHS", but CMake did not find one. Could not find a package configuration file provided by "HIGHS" with any of the followi

Check failure on line 41 in Formula/o/or-tools.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --build-bottle or-tools` failed on macOS Sonoma (14) on Apple Silicon!

==> Fetching or-tools ==> Downloading https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz ==> Verifying checksum for '5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz --directory /private/tmp/homebrew-unpack20240508-6176-xw0deo /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240508-6176-xw0deo/or-tools-9.10/. /private/tmp/or-tools-20240508-6176-xfofqa/or-tools-9.10 ==> cmake -S . -B build -DUSE_SCIP=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/or-tools/9.10 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -- The CXX compiler identification is AppleClang 15.0.0.15000309 -- The C compiler identification is AppleClang 15.0.0.15000309 -- 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 -- ortools version: 9.10.9999 -- Build type: Release -- Build C++ library: ON -- Build Python: OFF -- Build Java: OFF -- Build .Net: OFF -- Build Flatzinc: ON -- Build LP Parser: ON -- Build MathOpt: ON -- Build samples: OFF -- Build C++ samples: OFF -- Build Python samples: OFF -- Build Java samples: OFF -- Build .Net samples: OFF -- Build examples: OFF -- Build C++ examples: OFF -- Build Python examples: OFF -- Build Java examples: OFF -- Build .Net examples: OFF -- Build documentation: OFF -- Install doc: OFF -- Build all dependencies: OFF -- Build ZLIB: OFF -- Build abseil-cpp: OFF -- Build protobuf: OFF -- Build eigen3: OFF -- Build re2: OFF -- BOP support: ON -- COIN-OR support: ON -- Build CoinUtils: OFF -- Build Osi: OFF -- Build Clp: OFF -- Build Cgl: OFF -- Build Cbc: OFF -- GLOP support: ON -- GLPK support: OFF -- Gurobi support: ON -- HiGHS support: ON -- Build HiGHS: OFF -- PDLP support: ON -- Build PDLP: ON -- SCIP support: OFF -- CPLEX support: OFF -- Xpress support: ON -- C++: Build doc: OFF -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Check size of long -- Check size of long - done -- Found long size: 8 -- Check size of long long -- Check size of long long - done -- Found long long size: 8 -- Check size of int64_t -- Check size of int64_t - done -- Found int64_t size: 8 -- Check size of unsigned long -- Check size of unsigned long - done -- Found unsigned long size: 8 -- Check size of unsigned long long -- Check size of unsigned long long - done -- Found unsigned long long size: 8 -- Check size of uint64_t -- Check size of uint64_t - done -- Found uint64_t size: 8 -- Check size of int * -- Check size of int * - done -- Found int * size: 8 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/lib/libz.tbd (found version "1.2.12") CMake Error at cmake/deps.cmake:129 (find_package): By not providing "FindHIGHS.cmake" in CMAKE_MODULE_PATH this proj

Check failure on line 41 in Formula/o/or-tools.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

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

==> Fetching or-tools ==> Downloading https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz ==> Verifying checksum for '5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz --directory /private/tmp/homebrew-unpack20240508-5970-rcg1da /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240508-5970-rcg1da/or-tools-9.10/. /private/tmp/or-tools-20240508-5970-ikg79d/or-tools-9.10 ==> cmake -S . -B build -DUSE_SCIP=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/or-tools/9.10 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -- The CXX compiler identification is AppleClang 15.0.0.15000100 -- The C compiler identification is AppleClang 15.0.0.15000100 -- 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 -- ortools version: 9.10.9999 -- Build type: Release -- Build C++ library: ON -- Build Python: OFF -- Build Java: OFF -- Build .Net: OFF -- Build Flatzinc: ON -- Build LP Parser: ON -- Build MathOpt: ON -- Build samples: OFF -- Build C++ samples: OFF -- Build Python samples: OFF -- Build Java samples: OFF -- Build .Net samples: OFF -- Build examples: OFF -- Build C++ examples: OFF -- Build Python examples: OFF -- Build Java examples: OFF -- Build .Net examples: OFF -- Build documentation: OFF -- Install doc: OFF -- Build all dependencies: OFF -- Build ZLIB: OFF -- Build abseil-cpp: OFF -- Build protobuf: OFF -- Build eigen3: OFF -- Build re2: OFF -- BOP support: ON -- COIN-OR support: ON -- Build CoinUtils: OFF -- Build Osi: OFF -- Build Clp: OFF -- Build Cgl: OFF -- Build Cbc: OFF -- GLOP support: ON -- GLPK support: OFF -- Gurobi support: ON -- HiGHS support: ON -- Build HiGHS: OFF -- PDLP support: ON -- Build PDLP: ON -- SCIP support: OFF -- CPLEX support: OFF -- Xpress support: ON -- C++: Build doc: OFF -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Check size of long -- Check size of long - done -- Found long size: 8 -- Check size of long long -- Check size of long long - done -- Found long long size: 8 -- Check size of int64_t -- Check size of int64_t - done -- Found int64_t size: 8 -- Check size of unsigned long -- Check size of unsigned long - done -- Found unsigned long size: 8 -- Check size of unsigned long long -- Check size of unsigned long long - done -- Found unsigned long long size: 8 -- Check size of uint64_t -- Check size of uint64_t - done -- Found uint64_t size: 8 -- Check size of int * -- Check size of int * - done -- Found int * size: 8 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/lib/libz.tbd (found version "1.2.11") CMake Error at cmake/deps.cmake:129 (find_package): By not providing "FindHIGHS.cmake" in CMAKE_MODULE_PATH this proj

Check failure on line 41 in Formula/o/or-tools.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

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

==> Fetching or-tools ==> Downloading https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz Already downloaded: /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz ==> Verifying checksum for '5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz' /usr/bin/env tar --extract --no-same-owner --file /Users/brew/Library/Caches/Homebrew/downloads/5428136fb74bb5d541deeec909a5a36510e62017439847393f5263efdea56c60--or-tools-9.10.tar.gz --directory /private/tmp/homebrew-unpack20240508-5766-ht9v7h /usr/bin/env cp -pR /private/tmp/homebrew-unpack20240508-5766-ht9v7h/or-tools-9.10/. /private/tmp/or-tools-20240508-5766-8c8kbl/or-tools-9.10 ==> cmake -S . -B build -DUSE_SCIP=OFF -DBUILD_SAMPLES=OFF -DBUILD_EXAMPLES=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/or-tools/9.10 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DFETCHCONTENT_FULLY_DISCONNECTED=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 -- ortools version: 9.10.9999 -- Build type: Release -- Build C++ library: ON -- Build Python: OFF -- Build Java: OFF -- Build .Net: OFF -- Build Flatzinc: ON -- Build LP Parser: ON -- Build MathOpt: ON -- Build samples: OFF -- Build C++ samples: OFF -- Build Python samples: OFF -- Build Java samples: OFF -- Build .Net samples: OFF -- Build examples: OFF -- Build C++ examples: OFF -- Build Python examples: OFF -- Build Java examples: OFF -- Build .Net examples: OFF -- Build documentation: OFF -- Install doc: OFF -- Build all dependencies: OFF -- Build ZLIB: OFF -- Build abseil-cpp: OFF -- Build protobuf: OFF -- Build eigen3: OFF -- Build re2: OFF -- BOP support: ON -- COIN-OR support: ON -- Build CoinUtils: OFF -- Build Osi: OFF -- Build Clp: OFF -- Build Cgl: OFF -- Build Cbc: OFF -- GLOP support: ON -- GLPK support: OFF -- Gurobi support: ON -- HiGHS support: ON -- Build HiGHS: OFF -- PDLP support: ON -- Build PDLP: ON -- SCIP support: OFF -- CPLEX support: OFF -- Xpress support: ON -- C++: Build doc: OFF -- Looking for C++ include sys/types.h -- Looking for C++ include sys/types.h - found -- Looking for C++ include stdint.h -- Looking for C++ include stdint.h - found -- Looking for C++ include stddef.h -- Looking for C++ include stddef.h - found -- Check size of long -- Check size of long - done -- Found long size: 8 -- Check size of long long -- Check size of long long - done -- Found long long size: 8 -- Check size of int64_t -- Check size of int64_t - done -- Found int64_t size: 8 -- Check size of unsigned long -- Check size of unsigned long - done -- Found unsigned long size: 8 -- Check size of unsigned long long -- Check size of unsigned long long - done -- Found unsigned long long size: 8 -- Check size of uint64_t -- Check size of uint64_t - done -- Found uint64_t size: 8 -- Check size of int * -- Check size of int * - done -- Found int * size: 8 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/lib/libz.tbd (found version "1.2.11") CMake Error at cmake/deps.cmake:129 (find_package): By not providing "FindHIGHS.cmake" in CMAKE_MODULE_PATH this proj
args = %w[
-DUSE_SCIP=OFF
Expand Down

0 comments on commit 7ff74ae

Please sign in to comment.