From 51c040e6647fde5d5b385b877767dd767af602f4 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 5 Jan 2024 14:57:04 -0800 Subject: [PATCH 1/3] gz-physics7: revision bump rebuild bottle --- Formula/gz-physics7.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gz-physics7.rb b/Formula/gz-physics7.rb index 2fa672d2c..46b306486 100644 --- a/Formula/gz-physics7.rb +++ b/Formula/gz-physics7.rb @@ -4,7 +4,7 @@ class GzPhysics7 < Formula url "https://osrf-distributions.s3.amazonaws.com/gz-physics/releases/gz-physics-7.0.0.tar.bz2" sha256 "3bfd59d7d49e3ae9f0ef5737ba6b23919700ce93e15f20d1eff3281914e58f78" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics7" From 07124bbdf1d71067384452a27cf6493771415ca7 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Fri, 5 Jan 2024 14:57:18 -0800 Subject: [PATCH 2/3] sdformat14: revision bump rebuild bottle --- Formula/sdformat14.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/sdformat14.rb b/Formula/sdformat14.rb index e700cb4b4..eae102f8d 100644 --- a/Formula/sdformat14.rb +++ b/Formula/sdformat14.rb @@ -4,7 +4,7 @@ class Sdformat14 < Formula url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-14.0.0.tar.bz2" sha256 "88c0858a23ef4a4f36a9b3162e4b438878ae8670608af73d1797d67a3aaa4246" license "Apache-2.0" - revision 1 + revision 2 head "https://github.com/gazebosim/sdformat.git", branch: "main" From 89d04d2fe0098ec81c68eacfe3eb98df7d47d347 Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Sat, 6 Jan 2024 04:36:16 +0000 Subject: [PATCH 3/3] update bottle. --- Formula/gz-physics7.rb | 6 ++++++ Formula/sdformat14.rb | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Formula/gz-physics7.rb b/Formula/gz-physics7.rb index 46b306486..df48b34db 100644 --- a/Formula/gz-physics7.rb +++ b/Formula/gz-physics7.rb @@ -8,6 +8,12 @@ class GzPhysics7 < Formula head "https://github.com/gazebosim/gz-physics.git", branch: "gz-physics7" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "12e71d517a4b926cfed888456461d04009c0cc66a0153cb1ffa7c59c0a06d15b" + sha256 monterey: "8fef7da5958d8a17dcdb92f3fc6df91e1a8ccb0c038291337b152bdbff11f7d0" + end + depends_on "cmake" => [:build, :test] depends_on "bullet" diff --git a/Formula/sdformat14.rb b/Formula/sdformat14.rb index eae102f8d..baecbed5e 100644 --- a/Formula/sdformat14.rb +++ b/Formula/sdformat14.rb @@ -8,6 +8,12 @@ class Sdformat14 < Formula head "https://github.com/gazebosim/sdformat.git", branch: "main" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "e9210be6515fa2a59d8dc0d2e426699099c813889ee5f560180bd349efbf84c4" + sha256 monterey: "07e2abfcb12659ac4412a095312372301c02b3b5324a54dc61c75d8412f1c047" + end + depends_on "cmake" => [:build, :test] depends_on "pkg-config" => [:build, :test] depends_on "pybind11" => :build