Skip to content

Commit

Permalink
Citadel: build Ventura bottles part 3 (#2376)
Browse files Browse the repository at this point in the history
* [email protected]
* gz-physics2
* update  bottle.

Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Sep 1, 2023
1 parent 28101b4 commit 5829101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Formula/ignition-physics2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5829101

Please sign in to comment.