diff --git a/Formula/gz-fuel-tools10.rb b/Formula/gz-fuel-tools10.rb index 72245f550..f86cf85b7 100644 --- a/Formula/gz-fuel-tools10.rb +++ b/Formula/gz-fuel-tools10.rb @@ -8,6 +8,12 @@ class GzFuelTools10 < Formula head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools10" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, sonoma: "80bd66d880c282b26b9c38ed631e7760d85e7ffdbb8831df48429b2d4cbe0ff3" + sha256 cellar: :any, ventura: "34d6807827672d53a5c80b803c66c2fc6772db1b9ddc446eecbf63c9cca17bdc" + end + depends_on "abseil" depends_on "cmake" depends_on "gz-cmake4" diff --git a/Formula/gz-gui9.rb b/Formula/gz-gui9.rb index 0ce1c019d..14398ab01 100644 --- a/Formula/gz-gui9.rb +++ b/Formula/gz-gui9.rb @@ -8,6 +8,12 @@ class GzGui9 < Formula head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "de6246d7eda15d1ddd81bc66ef68da13f94b205c71675e3a7bb91eb8cd0e36ee" + sha256 ventura: "4033ffaf833ad69b83224a3eaca06847051527df59e08b7854bb8849a03cc67f" + end + depends_on "cmake" => [:build, :test] depends_on "pkgconf" => [:build, :test] depends_on "abseil" diff --git a/Formula/gz-launch8.rb b/Formula/gz-launch8.rb index c32fdb6c9..4476b8867 100644 --- a/Formula/gz-launch8.rb +++ b/Formula/gz-launch8.rb @@ -8,6 +8,12 @@ class GzLaunch8 < Formula head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch8" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "f296fc6bcec28eb1d9ffabc3497717e5f54d7f0d443b3ab2c03d69fef24c2877" + sha256 ventura: "bfe2ddc8894508173e5ad62b01fc5d94511c2e54f837664592c519403809d88c" + end + depends_on "cmake" => :build depends_on "pkgconf" => :build diff --git a/Formula/gz-msgs11.rb b/Formula/gz-msgs11.rb index 28f5f3c23..de3f0bde7 100644 --- a/Formula/gz-msgs11.rb +++ b/Formula/gz-msgs11.rb @@ -8,6 +8,12 @@ class GzMsgs11 < Formula head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs11" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "5ea83fdf52e7a26848363fe0b4ac0e2154d15e7190107b2a33f2ce571fba646e" + sha256 ventura: "8d665b074482b47fb48f4ba103f48df869c7a12e0a1c9a04a839536f686bd80e" + end + depends_on "python@3.12" => [:build, :test] depends_on "python@3.13" => [:build, :test] depends_on "abseil" diff --git a/Formula/gz-sensors9.rb b/Formula/gz-sensors9.rb index f709277a8..68a75366b 100644 --- a/Formula/gz-sensors9.rb +++ b/Formula/gz-sensors9.rb @@ -8,6 +8,12 @@ class GzSensors9 < Formula head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, sonoma: "68a333c0e2bf6bd75986ae54e8bf95b0e013cd1248e3e18eb8af72126b847f73" + sha256 cellar: :any, ventura: "c95970008dac3f6eabf42a6102407949031f4cc192e5b6f42b647ad6ed76c11e" + end + depends_on "cmake" => [:build, :test] depends_on "pkgconf" => [:build, :test] diff --git a/Formula/gz-sim9.rb b/Formula/gz-sim9.rb index e9c95a3f1..357be1567 100644 --- a/Formula/gz-sim9.rb +++ b/Formula/gz-sim9.rb @@ -8,6 +8,12 @@ class GzSim9 < Formula head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim9" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "36c8ecc27864d7b47366a6e68a6c8115127a788fb509583ea7877b9145639abf" + sha256 ventura: "e43667a1d7e524058dd3092c862dbf11fe34b241a9afb8b4b1fe66b51cde53d5" + end + depends_on "cmake" => :build depends_on "pybind11" => :build depends_on "python@3.13" => [:build, :test] diff --git a/Formula/gz-transport14.rb b/Formula/gz-transport14.rb index a2bd274da..32f6440fa 100644 --- a/Formula/gz-transport14.rb +++ b/Formula/gz-transport14.rb @@ -8,6 +8,12 @@ class GzTransport14 < Formula head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport14" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 sonoma: "5735eb690cb12ddb870df4d328edb51470ee920388e5245f27403d59ecf913f0" + sha256 ventura: "7650984bb6456c35f6deca618363a55653b34316161bea9c5876a8133766ee60" + end + depends_on "doxygen" => [:build, :optional] depends_on "pybind11" => :build depends_on "python@3.12" => [:build, :test]