Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test build of some ventura bottles #2336

Merged
merged 2 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/gz-cmake3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class GzCmake3 < Formula

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any_skip_relocation, ventura: "407817a786008de534b0a409ab2a187a8249451cb0ae8abe001c8695903a2e91"
sha256 cellar: :any_skip_relocation, monterey: "0dd25b569a71b211d9f0636e89164e51d5669419e72c1d0ecb6c95de73a851c0"
sha256 cellar: :any_skip_relocation, big_sur: "24a1c55e0e0f9dc3bcb68be7b16feebf6442d1d709a12a254e39285ef84914f6"
end
Expand All @@ -18,7 +19,7 @@ class GzCmake3 < Formula

def install
cmake_args = std_cmake_args
cmake_args << "-DBUILD_TESTING=Off"
cmake_args << "-DBUILD_TESTING=OFF"

# Use build folder
mkdir "build" do
Expand Down
3 changes: 2 additions & 1 deletion Formula/gz-math7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class GzMath7 < Formula

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "89377df2777842f35a20ba847f3b690e78677b039156d4fafb1d0caec962c689"
sha256 cellar: :any, monterey: "37b8d2b8a6c6fdff5ef6fa9a10ad57a6fa7d6fa1ff07a9debb6fec9900b654c7"
sha256 cellar: :any, big_sur: "cc4ec10283d3bce55a077f9ef6432be717d3814d75b4ffad051d29b9f5ace39e"
end
Expand All @@ -24,7 +25,7 @@ class GzMath7 < Formula

def install
cmake_args = std_cmake_args
cmake_args << "-DBUILD_TESTING=Off"
cmake_args << "-DBUILD_TESTING=OFF"
cmake_args << "-DCMAKE_INSTALL_RPATH=#{rpath}"

# Use build folder
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-tools2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class GzTools2 < Formula

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "df8ab04b123477100769de5c472020335bb7df5aa5054dd6d09c157f9531a1b5"
sha256 cellar: :any, monterey: "4be43e915e0f6fb8c02eabbc174ffd54270860d0c1fc72cb0c8a6fc20ecc3531"
sha256 cellar: :any, big_sur: "9519599bc5aa05866fe561eda915bcc83543f64be48a90c7ba6d304ce8a2cc42"
sha256 cellar: :any, catalina: "effc20690e226877faf1f2674528a73d22604be503dc25b85c9705355a2ab1d5"
Expand All @@ -27,6 +28,7 @@ def install
s.gsub! "@CMAKE_INSTALL_PREFIX@", HOMEBREW_PREFIX
end

# Use build folder
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
Expand Down
3 changes: 2 additions & 1 deletion Formula/gz-utils2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class GzUtils2 < Formula

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "aad3d9657218e1d5980659ac55adbcc9a1e3e82b7df79c44b2ca7f97f0cc1f6b"
sha256 cellar: :any, monterey: "5e3b750887a113b4775d05e6b15a14d3d915f9f0f4029c92109460d837ea0b49"
sha256 cellar: :any, big_sur: "06232e41bb86374561a8b325429be785770fa108644286329f4453f429612d1d"
sha256 cellar: :any, catalina: "b59cfd89d536d1d5c6635f460a61f65649970718798ec2269c3c848be5456443"
Expand All @@ -20,7 +21,7 @@ class GzUtils2 < Formula

def install
cmake_args = std_cmake_args
cmake_args << "-DBUILD_TESTING=Off"
cmake_args << "-DBUILD_TESTING=OFF"
cmake_args << "-DCMAKE_INSTALL_RPATH=#{rpath}"

# Use build folder
Expand Down