Commit df70814 1 parent a3154a8 commit df70814 Copy full SHA for df70814
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,13 @@ class Gazebo9 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-9.15.0.tar.bz2"
5
5
sha256 "e91eba92341995db2536b23e323a8f10ef8e9c75837df603ca512e3b21646f27"
6
6
license "Apache-2.0"
7
+ revision 1
7
8
8
9
head "https://github.com/osrf/gazebo" , branch : "gazebo9"
9
10
10
11
bottle do
11
12
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12
- sha256 "7b3467c278cb17adaca58011ebb3e321db1efd24647a09dd701b4faf3b5bf043 " => :mojave
13
+ sha256 "ef002ad4bc83ed4a6d49f1c4d19ba1d8a8436c56014edc0a100fb690e3c988e4 " => :mojave
13
14
end
14
15
15
16
depends_on "cmake" => :build
@@ -55,6 +56,12 @@ class Gazebo9 < Formula
55
56
conflicts_with "gazebo10" , because : "differing version of the same formula"
56
57
conflicts_with "gazebo11" , because : "differing version of the same formula"
57
58
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
+
58
65
patch do
59
66
# Fix build when homebrew python is installed
60
67
# keep this patch
You can’t perform that action at this time.
0 commit comments