Skip to content

Commit f317f02

Browse files
osrfbuildscpeters
authored andcommitted
gazebo7 7.4.0 (osrf#152)
* gazebo7 7.4.0 * remove patches * gazebo7 7.4.0 bottle
1 parent fc33e78 commit f317f02

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

gazebo7.rb

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
class Gazebo7 < Formula
22
desc "Gazebo robot simulator"
33
homepage "http://gazebosim.org"
4-
url "http://gazebosim.org/distributions/gazebo/releases/gazebo-7.3.1.tar.bz2"
5-
sha256 "aeff031d9b1b72c94b06b2a87790e6b561f4cba0e1dce155269108b3237e5c62"
6-
revision 6
4+
url "http://gazebosim.org/distributions/gazebo/releases/gazebo-7.4.0.tar.bz2"
5+
sha256 "a033b2273383f16e5dd5b5bfe597551dc3618b98e64abecfa8a41bdddd6542f7"
76

87
head "https://bitbucket.org/osrf/gazebo", :branch => "gazebo7", :using => :hg
98

109
bottle do
1110
root_url "http://gazebosim.org/distributions/gazebo/releases"
12-
sha256 "29febabf2cb612b2937b8d89e2ba25d0f9abb7b68dc67b3f488bd0c80305a53a" => :yosemite
11+
sha256 "3ec0b76c6a88dac79604e58e9e447dd010a9b3cf66a18f8e93c7f6ff2247616a" => :yosemite
1312
end
1413

1514
depends_on "cmake" => :build
@@ -52,18 +51,6 @@ class Gazebo7 < Formula
5251
sha256 "c4774f64c490fa03236564312bd24a8630963762e25d98d072e747f0412df18e"
5352
end
5453

55-
patch do
56-
# Fix for compatibility with tinyxml2 4.0
57-
url "https://bitbucket.org/osrf/gazebo/commits/90b82ee6efe79d83dc9fa4f9706e050e658d1221/raw/"
58-
sha256 "73f3724ce0123cd71968b8b03822d45a3b893ca40f746feed76870c9b29e7603"
59-
end unless build.head?
60-
61-
patch do
62-
# Fix for compatibility with boost 1.62
63-
url "https://bitbucket.org/osrf/gazebo/commits/f1ad6c032f87d9991cc2eb57830c6c14e07a73d8/raw/"
64-
sha256 "17435adcc74d70685fcd88893bd9012fd15f80f78a35b7f17f12c22c399c4638"
65-
end unless build.head?
66-
6754
def install
6855
ENV.m64
6956

0 commit comments

Comments
 (0)