Skip to content

Commit

Permalink
Remove bottles broken by boost 1.87 (#2917)
Browse files Browse the repository at this point in the history
* [email protected]: revision bump broken bottle
* ignition-physics2: revision bump broken bottle
* gazebo11: revision bump broken bottle
  • Loading branch information
scpeters authored Dec 17, 2024
1 parent 59deea3 commit 02c006a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
9 changes: 1 addition & 8 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ class DartsimAT6100 < Formula
version "6.10.0~20211005~d2b6ee08a60d0dbf71b0f008cd8fed1f611f6e24"
sha256 "372af181024452418eec95f8a9cd723ceb1ada979208add66c9a4330b9c0fa32"
license "BSD-2-Clause"
revision 14

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "6a8f7ed80ac217878eb8942fd32c9f113b3391823c9e4e5783d4426df1c58800"
sha256 ventura: "27c011d2caef02255071d6c3b44d28280f44e1f24346ab2150f00923f881873c"
sha256 monterey: "00698a44e88f9251a8561d1e98fde48b08e286400bd725ffae204b61f90f34ee"
end
revision 15

keg_only "open robotics fork of dart HEAD + custom changes"

Expand Down
8 changes: 1 addition & 7 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class Gazebo11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-11.15.0.tar.bz2"
sha256 "8998ef927b424ac24ae6eaea4e69b0d0640877059cba8680d20cd526e6333262"
license "Apache-2.0"
revision 4
revision 5

head "https://github.com/osrf/gazebo.git", branch: "gazebo11"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "046095132fce71ef421e226e27e06755e5b66448c97a72b2563303df124ee5cc"
sha256 ventura: "202cd1a47ea518cbd5eebf6574a173e06ea0860a2de7fa3c8e372c8b28393665"
end

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

Expand Down
9 changes: 1 addition & 8 deletions Formula/ignition-physics2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ class IgnitionPhysics2 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-physics/releases/ignition-physics2-2.6.2.tar.bz2"
sha256 "4aa0dcd1a254da63f55a93d2cc928a5ff517f19ac1603c0fb5f810dd29c70e1d"
license "Apache-2.0"
revision 7
revision 8

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, sonoma: "abc7291bed2274882eb0622567e9d7fd54d3834aa6504efa9bf8c2e3ac0e4146"
sha256 cellar: :any, ventura: "cbd8b95f2a1a6c28398783a22ff0631454fdd9979cf4156b50e72dd58d743084"
sha256 cellar: :any, monterey: "fdcd6a292848a1da7398cd5dfb5bf97a98846dc316ccd2b78dc0bb877c92fcf3"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
Expand Down

0 comments on commit 02c006a

Please sign in to comment.