Skip to content

Commit

Permalink
ignition-cmake2 2.17.2 (#2648)
Browse files Browse the repository at this point in the history
* gazebo11: revision with patch for boost
* update  bottle.

Co-authored-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
osrfbuild and scpeters authored May 13, 2024
1 parent 7d2172a commit 3fd14e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 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 18
revision 19

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "f8521a7a361a2f1a45c1a401ec9bf0deceff1f2fa87776af940c265e1b3c59e1"
sha256 monterey: "3bec8f39dc3216d95cd129a88faa2e7d6aba2f52181b4f5486adcf2fb7c93987"
sha256 ventura: "422f6ebe4fbaf62d2ce2fd22d24940f0c2ea33ff9148c9d74e329e7e9e261521"
sha256 monterey: "072ba37bbe841cb13f9ef586666f5276ff1a2c57745cfeb7e07d19bcdfce47b6"
end

depends_on "cmake" => :build
Expand Down Expand Up @@ -50,6 +50,13 @@ class Gazebo11 < Formula
conflicts_with "gazebo9", because: "differing version of the same formula"
conflicts_with "gz-tools2", because: "both install bin/gz"

patch do
# Fix build with boost 1.85.0
# Remove this patch with the next release
url "https://github.com/gazebosim/gazebo-classic/commit/e4b4d0fb752c7e43e34ab97d0e01a2a3eaca1ed4.patch?full_index=1"
sha256 "c00fdff58d8e65945d480cb58006ff28bf2c22043373d709705420dc59b70f62"
end

patch do
# Fix build with ffmpeg 7.0
# Remove this patch with the next release
Expand Down
9 changes: 4 additions & 5 deletions Formula/ignition-cmake2.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class IgnitionCmake2 < Formula
desc "CMake helper functions for building robotic applications"
homepage "https://ignitionrobotics.org"
url "https://osrf-distributions.s3.amazonaws.com/ign-cmake/releases/ignition-cmake2-2.17.1.tar.bz2"
sha256 "3b678f90d2db79912cfbe4c93f3eed695b8a391847fe9e6454f1c6366370650c"
url "https://osrf-distributions.s3.amazonaws.com/gz-cmake/releases/ignition-cmake-2.17.2.tar.bz2"
sha256 "3d84a80a83098f0ac5199c33be420e46d4b53cb06da2cd326d22f1c644014e68"
license "Apache-2.0"

head "https://github.com/gazebosim/gz-cmake.git", branch: "ign-cmake2"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any_skip_relocation, ventura: "44625e71e4193b80f9c5c6e807317b230c4d1615b29b10a904a130683d1f1eb8"
sha256 cellar: :any_skip_relocation, monterey: "9ab9104f67a88e53247d553cca31245ca8803d7e3997ade8a59e54c945fa238b"
sha256 cellar: :any_skip_relocation, big_sur: "5624c8c1166c0afe0d978eeacd6fe17175b9d403f656cdba9c7003c8c007b3d1"
sha256 cellar: :any_skip_relocation, ventura: "9ae992ce2ea118327ac293cc5226e852d6858cdf46f052a17c43b5960c2d8803"
sha256 cellar: :any_skip_relocation, monterey: "431252ede42db6aca2e73e7d974da5c7f46d47796df9f57084c104273cd19162"
end

depends_on "cmake"
Expand Down

0 comments on commit 3fd14e2

Please sign in to comment.