Skip to content

Commit

Permalink
Rebuild bottles broken by spdlog 1.15.0 (#2884)
Browse files Browse the repository at this point in the history
* gz-common6: revision bump rebuild
* gz-fuel-tools10: revision bump rebuild
* gz-gui9: revision bump rebuild
* gz-math8: revision bump rebuild
* gz-msgs11: revision bump rebuild
* gz-physics8: revision bump rebuild
* gz-plugin3: revision bump rebuild
* gz-rendering9: revision bump rebuild
* gz-sensors9: revision bump rebuild
* gz-transport14: revision bump rebuild
* gz-utils3: revision bump rebuild
* sdformat15: revision bump rebuild
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 19, 2024
1 parent e846ecb commit 9afd946
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 12 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-common6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzCommon6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/gz-common-6.0.0.tar.bz2"
sha256 "55ea0e8b51e8c7ba9eb7e0f9a516f0d54b6d48d8d29a961a838e7bdc2531c517"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-common.git", branch: "gz-common6"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "8769fbf3a14a37ffc56268d8622f1e5ccfc473b870bce73e34d2089c18cd9ddb"
sha256 cellar: :any, ventura: "6905d7bd316ff5d42c9cec8caebdc42b86661fb1eea29b69f62d8ede437c44b9"
end

depends_on "assimp"
depends_on "cmake"
depends_on "ffmpeg"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools10 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-10.0.0.tar.bz2"
sha256 "dce4fb51a6af8d15d3ebdd98ecff4baf47c02ffb4d6aed48b284a7ce9188778e"
license "Apache-2.0"
revision 3
revision 4

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: "85ee3641a9a07556eb6acf7135231445e12640217c3308a7cf397d6d9ca5d997"
sha256 cellar: :any, ventura: "ff4ba1ba9ddf358d7a9f76fe83c22026f4963c81c864d6cbb249be926e9b6a81"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake4"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.0.tar.bz2"
sha256 "2534cc688197c973029a43723de50c12a560320106d6b70a27aa4173c0a2d832"
license "Apache-2.0"
revision 3
revision 4

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: "ff76973f9c3f063b428c3f4a01e3d87c7fd8af93b54ec096830f8ffafc4970c4"
sha256 ventura: "71b61562d0da8b4e16d38cc07fbd69ca98d2785ce48aa424d162a392d1722bbf"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-math8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMath8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-math/releases/gz-math-8.0.0.tar.bz2"
sha256 "dfc15a78aa52f5e200da991e92ebcbd0bd6f9529326dbe3a1a365ad6d7da9669"
license "Apache-2.0"
revision 2
revision 3

head "https://github.com/gazebosim/gz-math.git", branch: "gz-math8"

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

depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "pybind11" => :build
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-11.0.1.tar.bz2"
sha256 "4154cea1cf4e8c2b9b40962e44d6ab46b4f767ffab3809e4b6b4022904524fcb"
license "Apache-2.0"
revision 3
revision 4

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: "30c77fce67060ff768b4c46887e22be94fe2c7b402e08b75e18c3c50c063c3ea"
sha256 ventura: "a6e03f13a7c58ff7186b410519155e22c6aa60d30d078f231cbd7adc3d65800c"
end

depends_on "[email protected]" => [:build, :test]
depends_on "[email protected]" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-physics8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzPhysics8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-8.0.0.tar.bz2"
sha256 "f842ea942ccb27b6f0854eedc1314c3e0bdd415cdac000ce4320d209ff3a42ee"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics8"

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

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

depends_on "bullet"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-plugin3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzPlugin3 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-plugin/releases/gz-plugin-3.0.0.tar.bz2"
sha256 "5f69afaec39cb26224bbfb7d84f80dc814221e3606181ed0753a5d5ef7a15ee0"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-plugin.git", branch: "gz-plugin3"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "6713481376e3bae627adb7dc2ba3d0a93f1249398067c3898483b836db134ace"
sha256 cellar: :any, ventura: "a67448047c3e85d7ead0e4de54551a54947f799f831738823e5fe5275622fa60"
end

depends_on "cmake"
depends_on "gz-cmake4"
depends_on "gz-tools2"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-rendering9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzRendering9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-rendering/releases/gz-rendering-9.0.0.tar.bz2"
sha256 "3b761f62d86db395aa989881e5bdaaff845f7d55c57962a919851c7287f48a42"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-rendering.git", branch: "gz-rendering9"

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

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

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

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: "c8bbb0a189d91de7de248f3ac6b9bd6868c1bc8a1d7f9ff7bb520c08e57cd90a"
sha256 cellar: :any, ventura: "d36b289858e5ae6c468baed0bc99fc31d5109f436957e751040eaa3a0ff3c15b"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport14 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-14.0.0.tar.bz2"
sha256 "88cbcef69f16ea5124ff41766cc59c0277bfc3ae57c405f3fbae1dbee874a1c0"
license "Apache-2.0"
revision 3
revision 4

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: "615b19437a90a58cb73f8e5c9906dafaf9f4e62bd8870777855954118c5867cb"
sha256 ventura: "94f43c1a36319d84970c03e69c3e21228386d3068e3442b50ba45a80872a55d0"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build
depends_on "[email protected]" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-utils3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ class GzUtils3 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-utils/releases/gz-utils-3.1.0.tar.bz2"
sha256 "3089407a57af7462b82566110341cc48232d4312c492ff7b9fa1099a9014a10a"
license "Apache-2.0"
revision 1
revision 2

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "0c9663a8f1c1c813bb3939cc65f3bba5b42c082f985719fd55df56b83f9b8459"
sha256 cellar: :any, ventura: "61e0e8f975661eba6b392dd1b38971274f8144e0f983fce2c0d845748a5f83c4"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
Expand Down
8 changes: 7 additions & 1 deletion Formula/sdformat15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class Sdformat15 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-15.1.1.tar.bz2"
sha256 "1f034179c617004b94063f6aa268cac3b375231ee4ae7160fe289c3d9003ab3b"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/sdformat.git", branch: "sdf15"

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

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "pybind11" => :build
Expand Down

0 comments on commit 9afd946

Please sign in to comment.