From 816f49929700ef0e857f4e69987a2c66b3694588 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 29 Jun 2024 06:30:44 +0000 Subject: [PATCH] dartsim 6.14.2 dartsim: declare indirect deps with linkage Signed-off-by: Rui Chen --- Formula/d/dartsim.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/d/dartsim.rb b/Formula/d/dartsim.rb index e587c311688543..f454e199ebdaff 100644 --- a/Formula/d/dartsim.rb +++ b/Formula/d/dartsim.rb @@ -1,8 +1,8 @@ class Dartsim < Formula desc "Dynamic Animation and Robotics Toolkit" homepage "https://dartsim.github.io/" - url "https://github.com/dartsim/dart/archive/refs/tags/v6.14.1.tar.gz" - sha256 "07bc1442a80abc03b2c1984bdb9b5843446047ac6a37c18b834533c871631fde" + url "https://github.com/dartsim/dart/archive/refs/tags/v6.14.2.tar.gz" + sha256 "ba06602071287985f7d498e6a06773e57b87b2eed29621d8447d66006dce5974" license "BSD-2-Clause" bottle do @@ -27,6 +27,7 @@ class Dartsim < Formula depends_on "ipopt" depends_on "libccd" depends_on "nlopt" + depends_on "octomap" depends_on "ode" depends_on "open-scene-graph" depends_on "spdlog" @@ -35,6 +36,10 @@ class Dartsim < Formula uses_from_macos "python" => :build + on_linux do + depends_on "mesa" + end + fails_with gcc: "5" def install