Skip to content

Commit

Permalink
gazebo11: patch for boost 1.86 (#2742)
Browse files Browse the repository at this point in the history
* update  bottle.

Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild committed Aug 25, 2024
1 parent dbcc9ec commit 08e2d98
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Formula/gazebo11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ class Gazebo11 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-11.14.0.tar.bz2"
sha256 "7e9842c046c9e0755355b274c240a8abbf4e962be7ce7b7f59194e5f4b584f45"
license "Apache-2.0"
revision 27
revision 28

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "1cf9936789fb9fc0f667aba80239a85c61c4431c4d6aa3aceffa836be57c335c"
sha256 monterey: "106d27e0f38c7b7ba853d643f931bf2c5c0b02b7df4619240411f94ecf13e744"
sha256 ventura: "f69ff17d852c02b9793a18de7eccb4d245d3d1029cb45ce9403ace275de00bb2"
sha256 monterey: "467894462dc1ce5cff1135848a96c3c6df4e3be3b4425ee5a32f9fefbf8fed17"
end

depends_on "cmake" => :build
Expand Down Expand Up @@ -56,6 +56,13 @@ class Gazebo11 < Formula
sha256 "c00fdff58d8e65945d480cb58006ff28bf2c22043373d709705420dc59b70f62"
end

patch do
# Fix build with boost 1.86.0
# Remove this patch with the next release
url "https://github.com/gazebosim/gazebo-classic/commit/15cc7addd1ede775b713a59414477460a0b34a70.patch?full_index=1"
sha256 "34dc182226c2ec7a3ae0289eb2089ca7bddc940869b5bff3a0572fc47fdbf0b0"
end

patch do
# Fix build with ffmpeg 7.0
# Remove this patch with the next release
Expand Down

0 comments on commit 08e2d98

Please sign in to comment.