From 582910154818850dd3486e9cb19b466f504fa7fe Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Thu, 31 Aug 2023 20:15:44 -0700 Subject: [PATCH] Citadel: build Ventura bottles part 3 (#2376) * dartsim@6.10.0 * gz-physics2 * update bottle. Signed-off-by: Steve Peters Co-authored-by: OSRF Build Bot --- Formula/dartsim@6.10.0.rb | 3 ++- Formula/ignition-physics2.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/dartsim@6.10.0.rb b/Formula/dartsim@6.10.0.rb index 09892b690..aaf37ea2d 100644 --- a/Formula/dartsim@6.10.0.rb +++ b/Formula/dartsim@6.10.0.rb @@ -10,6 +10,7 @@ class DartsimAT6100 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 ventura: "c3f503bc10e6dd087b28f214d03fd4c891057e72ea63075a46ded2e2ded4c979" sha256 monterey: "f34d5dd73ebd398d29fee127aefffa5393967a87b487e538ba6222d83e9f20b6" sha256 big_sur: "7639a0c81e5b02e4b2a12563c56503ed8a3b0f0482f45d5c02887a9e1a3282d3" end @@ -39,7 +40,7 @@ class DartsimAT6100 < Formula end patch do - # Fix syntax error in glut_human_joint_limits/CMakeLists.txt + # fix syntax error in glut_human_joint_limits/CMakeLists.txt url "https://github.com/dartsim/dart/commit/47274b551bd48a31a702b4ddc7c1f8061daef3d9.patch?full_index=1" sha256 "030e16a5728e856d0cc1788494da50272c52a7efec5c2a93e95de2cda7407f23" end diff --git a/Formula/ignition-physics2.rb b/Formula/ignition-physics2.rb index cb2c84d88..68ed4a223 100644 --- a/Formula/ignition-physics2.rb +++ b/Formula/ignition-physics2.rb @@ -10,6 +10,7 @@ class IgnitionPhysics2 < Formula bottle do root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 cellar: :any, ventura: "8d73864060afb088d94d734ab9962b98dbdc8b9d2a625bc140150e89adec6eea" sha256 cellar: :any, monterey: "12564bdb4d62912093a42e81aec8e4c0172e4bab0d1cd9baa701dc43c12fa5f4" sha256 cellar: :any, big_sur: "9a868329c347e206992e28a3a590f83c17da673605199727746a515a189c11e5" end @@ -31,7 +32,7 @@ class IgnitionPhysics2 < Formula def install cmake_args = std_cmake_args - cmake_args << "-DBUILD_TESTING=Off" + cmake_args << "-DBUILD_TESTING=OFF" cmake_args << "-DCMAKE_INSTALL_RPATH=#{rpath}" mkdir "build" do