Skip to content

Commit

Permalink
dartsim: build without SIMD
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Jul 4, 2024
1 parent e92411d commit 2cd3259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/d/dartsim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Dartsim < Formula
url "https://github.com/dartsim/dart/archive/refs/tags/v6.14.2.tar.gz"
sha256 "6bbaf452f8182b97bf22adeab6cc7f3dc1cd2733358543131fa130e07c0860fc"
license "BSD-2-Clause"
revision 1

bottle do
sha256 arm64_sonoma: "13675f61990e33b4878b22e02685b0db1515b649b547fd609697166863d3d684"
Expand Down Expand Up @@ -53,6 +54,7 @@ def install

args << "-DBUILD_TESTING=OFF"
args << "-DDART_BUILD_DARTPY=OFF"
args << "-DDART_ENABLE_SIMD=OFF"

system "cmake", "-S", ".", "-B", "build", "-DCMAKE_INSTALL_RPATH=#{rpath}", *args
system "cmake", "--build", "build"
Expand Down

0 comments on commit 2cd3259

Please sign in to comment.