Skip to content

Commit

Permalink
or-tools 9.10
Browse files Browse the repository at this point in the history
or-tools: add dependency
  • Loading branch information
BrewTestBot authored and bevanjkay committed May 8, 2024
1 parent 77e541b commit 2829774
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 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 All @@ -30,6 +29,7 @@ class OrTools < Formula
depends_on "clp"
depends_on "coinutils"
depends_on "eigen"
depends_on "highs"
depends_on "openblas"
depends_on "osi"
depends_on "protobuf"
Expand All @@ -39,12 +39,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
args = %w[
-DUSE_SCIP=OFF
Expand Down

0 comments on commit 2829774

Please sign in to comment.