Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gazebo9/10: patch for boost 1.73.0 #1128

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/gazebo10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ class Gazebo10 < Formula
conflicts_with "gazebo9", because: "differing version of the same formula"
conflicts_with "gazebo11", because: "differing version of the same formula"

patch do
# Fix for compatibility with boost 1.73
url "https://github.com/osrf/gazebo/commit/c55942ed348580317ea77312f7efce5c7937a49c.diff?full_index=1"
sha256 "3da0aa653a5ffeff46cffd7c8ab84a000dfd5ad55126e7df34f8971aff3e3a9c"
end

patch do
# Fix build when homebrew python is installed
# keep this patch
Expand Down
6 changes: 6 additions & 0 deletions Formula/gazebo9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ class Gazebo9 < Formula
conflicts_with "gazebo10", because: "differing version of the same formula"
conflicts_with "gazebo11", because: "differing version of the same formula"

patch do
# Fix for compatibility with boost 1.73
url "https://github.com/osrf/gazebo/commit/c55942ed348580317ea77312f7efce5c7937a49c.diff?full_index=1"
sha256 "3da0aa653a5ffeff46cffd7c8ab84a000dfd5ad55126e7df34f8971aff3e3a9c"
end

patch do
# Fix build when homebrew python is installed
# keep this patch
Expand Down