Skip to content

Commit

Permalink
Harmonic: rebuild bottles broken by protobuf 29.3 (#2932)
Browse files Browse the repository at this point in the history
* gz-fuel-tools9: revision bump rebuild
* gz-gui8: revision bump rebuild
* gz-launch7: revision bump rebuild
* gz-msgs10: revision bump rebuild
* gz-sensors8: revision bump rebuild
* gz-sim8: revision bump rebuild
* gz-transport13: revision bump rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
  • Loading branch information
scpeters and osrfbuild authored Jan 10, 2025
1 parent a24b31a commit d2375d4
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-9.1.0.tar.bz2"
sha256 "6335f8c6906f052527c97fb1991afffcfe9991122bce3a7c7ffc02df7c8e4d8d"
license "Apache-2.0"
revision 13
revision 14

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "431b5607d300caafdeb001b34c039755ccffe0141d384fad01ca95bcdb126b48"
sha256 cellar: :any, ventura: "9aab106d3afc8eb3975f97270b9c061646e289bf55196bbffd7150fdf53fc949"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.3.0.tar.bz2"
sha256 "ba772f4a1cf59d2b29fbb24bb13c618f52c3dc345f363b0a8d2f46d19bea0eb9"
license "Apache-2.0"
revision 17
revision 18

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "f048c7a9f2c1582833389419fa80d599e4588f31e36ada71dd95dfb618d97208"
sha256 ventura: "f67c53b3f5d262c85d5904132d1f368ab3967e278f69f5fe94d2c81e56e98a28"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzLaunch7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-7.1.0.tar.bz2"
sha256 "320606c71b6a2cbbcab683cd8569af9145ece157d5ebd23bc80218e8d148cd09"
license "Apache-2.0"
revision 20
revision 21

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "6388d96976843890b82b71824920f7dfee4fe851cd839fd3dc1f1035670557c0"
sha256 ventura: "bc24c1565ef511b78a343d1d4642396b64a6b867d6699193827223599638e091"
end

depends_on "cmake" => :build
depends_on "pkgconf" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs10 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.3.1.tar.bz2"
sha256 "b5df1050dc01e74bb996a9d66955ae4f18d058af4e5d5d52341f7d515849db24"
license "Apache-2.0"
revision 7
revision 8

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "ed0183f19c5316bd265c8094b8e24f1c1f911ded5f0aca3340fe7930a3b6eda1"
sha256 ventura: "ef595397330a1ae97e457198fc5b23c07c1f64d6cd7bf25830cf547d8afc58b8"
end

depends_on "python@3.12" => [:build, :test]
depends_on "python@3.13" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.2.1.tar.bz2"
sha256 "a651f8970e07055d7abdc32734e638ebf5904a99ab87b6ad1091ab65974cf6a9"
license "Apache-2.0"
revision 8
revision 9

head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "be43c239632480ff38c12883f00a10cc105c81063aac24bad04b88faa75c052e"
sha256 cellar: :any, ventura: "050067dffb211aaa0eb2e15c8e1d5578a5a516453ffc38ee345f2f65f3006543"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSim8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.7.0.tar.bz2"
sha256 "4375643526a0009723b67ee74127432f94f730f67d6098d548e7e731d1e2e7e6"
license "Apache-2.0"
revision 6
revision 7

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "d87ad18440587daa76e9e3267a0c40dafe82e094c58f122c7c79980eb03b9aa5"
sha256 ventura: "83c70c3e8ab08d58a2036869d02ec1957cc538751963aa37937dcdb8d94632c7"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "python@3.13" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport13 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.4.0.tar.bz2"
sha256 "bec7a13e2f40df963afcf8dc87a9c2e34369daec80f36636965c92d4c8bf5a46"
license "Apache-2.0"
revision 17
revision 18

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "cf5d0f009808aa3074cd73c76decae615e25261f82df1874a4519e9e4349ba5d"
sha256 ventura: "6d20e290e62356ebdd7fd6cde4fb3f2b47fcb5562bd6abf0c4a34b51a01d04c0"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build
depends_on "python@3.12" => [:build, :test]
Expand Down

0 comments on commit d2375d4

Please sign in to comment.