Skip to content

Commit df70814

Browse files
scpetersosrfbuild
andauthored
gazebo9: revision and patch for boost 1.74.0 (#1187)
* update bottle. Co-authored-by: OSRF Build Bot <osrfbuild@osrfoundation.org>
1 parent a3154a8 commit df70814

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Formula/gazebo9.rb

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ class Gazebo9 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-9.15.0.tar.bz2"
55
sha256 "e91eba92341995db2536b23e323a8f10ef8e9c75837df603ca512e3b21646f27"
66
license "Apache-2.0"
7+
revision 1
78

89
head "https://github.com/osrf/gazebo", branch: "gazebo9"
910

1011
bottle do
1112
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12-
sha256 "7b3467c278cb17adaca58011ebb3e321db1efd24647a09dd701b4faf3b5bf043" => :mojave
13+
sha256 "ef002ad4bc83ed4a6d49f1c4d19ba1d8a8436c56014edc0a100fb690e3c988e4" => :mojave
1314
end
1415

1516
depends_on "cmake" => :build
@@ -55,6 +56,12 @@ class Gazebo9 < Formula
5556
conflicts_with "gazebo10", because: "differing version of the same formula"
5657
conflicts_with "gazebo11", because: "differing version of the same formula"
5758

59+
patch do
60+
# Fix for compatibility with boost 1.74
61+
url "https://github.com/osrf/gazebo/commit/c2fd34c00f4611d149aae5479dc4d98fe639805b.patch?full_index=1"
62+
sha256 "75ccd13714d39a0e1f1ecb882ad6fea1f15025d2e102fee79053fe88ef25bf4e"
63+
end
64+
5865
patch do
5966
# Fix build when homebrew python is installed
6067
# keep this patch

0 commit comments

Comments
 (0)