Skip to content

Commit

Permalink
update bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
osrfbuild authored and scpeters committed Feb 24, 2024
1 parent 9b37848 commit 1537c73
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/gz-math7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzMath7 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "204b21d8fb4d7452265a4066db400a139fbb8324cf67f530cf02e30ddc2de406"
sha256 cellar: :any, monterey: "ad62fb0a637bdbbacdc27a5f51c8c2567e955be614035b846d507b221acfaab6"
end

depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "pybind11" => :build
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzMsgs10 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "8640441f6ca1fd9607be66b4b036270cc76edeb5f7f1fbd6e97f57aaa67023e7"
sha256 monterey: "1f056dc4bea0f221e2948f71908fa806ad1aa860ad5cfb9da20f0208f43a4dbe"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-math7"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-sim7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzSim7 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "63a43966df7f2351f9a09d841340af0778cd63affda383a9e4799c84612a03db"
sha256 monterey: "13efa86b3a43c5f8e5fc4d94df23e23a555ef6b4b8cfa29544512d9df71dab48"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzSim8 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "02fdf99a71d55b5406fcc69b9f74e6b63eb08424f49380c4a6131552b67ccbae"
sha256 monterey: "70bc51129ecc3c119dcb42661ceb11fcf8d6f329fdf903f7b15a3a2366d79f7b"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
6 changes: 6 additions & 0 deletions Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class GzTransport13 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "912c427ce627856c2b9287344bbea4322f9251eb3e8f8700f4371bc5849e5e6e"
sha256 monterey: "061931b8de328e5898871a828f1839cc9f9f73eb7866b2291b52a5b93c7de934"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build

Expand Down
6 changes: 6 additions & 0 deletions Formula/sdformat13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class Sdformat13 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "1a9be9b7606383e3d5e9bb6c2faa54f9e712d569d1e8a9d12b2a9d50d25f7ebb"
sha256 monterey: "a6ca9e051d47bc06641e4248639db33c2bf111a875f41c4c54cde2138f195b01"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "pybind11" => :build
Expand Down
6 changes: 6 additions & 0 deletions Formula/sdformat14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class Sdformat14 < Formula

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "0e3d1863896a5bb17fbae93a1cbe86c0e4f59a35c5bb135a2e67eccc3ed1570b"
sha256 monterey: "47341824d5c2229b6ac741c3d729d10fb98376ed423f2380dc9e14771b46bbaa"
end

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

0 comments on commit 1537c73

Please sign in to comment.