diff --git a/symphony.rb b/symphony.rb index 04cf133..6aba60c 100644 --- a/symphony.rb +++ b/symphony.rb @@ -6,6 +6,13 @@ class Symphony < Formula head "https://github.com/coin-or/SYMPHONY" + bottle do + root_url "https://github.com/coin-or-tools/homebrew-coinor/releases/download/symphony-5.6.18" + sha256 cellar: :any, big_sur: "649af28bff2e2ef1e1736e0a8933bbdb809f2037826e9676aa26dcb653be296e" + sha256 cellar: :any, catalina: "13cf723e769a58337b113e452981ea47027298a3d869e63e557774d4ebd6949c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eaf881a77a0e000107d05a3a8b53ac725ba3e6dbe921c88319eae7c8fbb061ce" + end + depends_on "pkg-config" => :build depends_on "coin-or-tools/coinor/cgl"