Skip to content

Commit 4eac43e

Browse files
osrfbuildazeeyscpeters
authored
gz-sim8 8.10.0 (#3242)
* remove old patch * update bottle. Signed-off-by: Steve Peters <[email protected]> Co-authored-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Steve Peters <[email protected]>
1 parent 7bfe1fc commit 4eac43e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/gz-sim8.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
class GzSim8 < Formula
22
desc "Gazebo Sim robot simulator"
33
homepage "https://github.com/gazebosim/gz-sim"
4-
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.9.0.tar.bz2"
5-
sha256 "c55aa45a4f12ddad7115455722afd2fe9bb7fef7cc3fa119a2a24ea77e58dedf"
4+
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.10.0.tar.bz2"
5+
sha256 "42951750ca9f77abde245ba9f86f02aa1693f072b3294d371224371ac8afcfc7"
66
license "Apache-2.0"
7-
revision 20
87

98
head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8"
109

10+
bottle do
11+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12+
sha256 arm64_sequoia: "d19bb29b39dbfad7b8d6e7b54943bc6068a3b61983400229ba08138ae88c9f81"
13+
sha256 arm64_sonoma: "561ea99057f04aec5a20ec9f1c62061e9606af0ac112426971aebecfe84b037b"
14+
sha256 sonoma: "1c309b614223c2bdad9602ddae946a652fdb56b9cc6c50c25fb274791829353a"
15+
end
16+
1117
depends_on "cmake" => :build
1218
depends_on "pybind11" => :build
1319
depends_on "[email protected]" => [:build, :test]
@@ -44,12 +50,6 @@ def python_cmake_arg(python = Formula["[email protected]"])
4450
"-DPython3_EXECUTABLE=#{python.opt_libexec}/bin/python"
4551
end
4652

47-
patch do
48-
# Fix for compatibility with protobuf 30
49-
url "https://github.com/gazebosim/gz-sim/commit/e727b18373de158bd67e0ba89d57c8458d6c33a8.patch?full_index=1"
50-
sha256 "d05b5b8d96f997596520381ef1d54c3fd3077e1f541c459c033b37a8328b5c0b"
51-
end
52-
5353
def install
5454
rpaths = [
5555
rpath,

0 commit comments

Comments
 (0)