Skip to content

Commit

Permalink
Ionic: rebuild some gdal dependents (#2858)
Browse files Browse the repository at this point in the history
* gz-common6: revision bump
* gz-physics8: revision bump
* gz-rendering9: revision bump
* gz-fuel-tools10: revision bump
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 8, 2024
1 parent 2b36ebd commit aa74aee
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 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 1
revision 2

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: "f097f0d1bdde0a50b7da6629ef8ecdda8a96f5f716ba6e07ca50b7ba791cec58"
sha256 cellar: :any, ventura: "4bce6465326ada3f0b18b3bd1bb957272f1c5f38b81dbc97dadabb0fe57af476"
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 1
revision 2

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: "a7d71656a8aa86b3c2ec85fc9b0088339a410cb6128f43b4844a365bd6151d51"
sha256 cellar: :any, ventura: "192e87564eb20da9ae78ce96962572d8124dfe66364a02b2c60fd8c118eca028"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake4"
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 1
revision 2

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: "bb52e2f7b7a86f64dafc64351fda00d67d9c04e6b41cd65507511fa1a3f6abf3"
sha256 ventura: "156f5c7716447ebb80f1d5e1830f477463d4f9a625a263fbf72c3f52c2633a15"
end

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

depends_on "bullet"
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 1
revision 2

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: "9c7525e47e85a0bb2204c282a04cc25ae5907fe5d77308b1427b36f715715cff"
sha256 ventura: "bcfb7fb850c9bd7d4b24b9ec15ab7b358e1014154aca18b83a52c50e71cc6818"
end

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

Expand Down

0 comments on commit aa74aee

Please sign in to comment.