Skip to content

Commit

Permalink
Ventura bottles for citadel/fortress base
Browse files Browse the repository at this point in the history
Cosmetic changes the the following formulae:
* gz-cmake2
* gz-common3
* gz-common4
* gz-math6
* gz-plugin1

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 30, 2023
1 parent 43a1ffe commit 32d2202
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Formula/ignition-cmake2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class IgnitionCmake2 < 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
2 changes: 1 addition & 1 deletion Formula/ignition-common3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class IgnitionCommon3 < Formula

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

if Hardware::CPU.arm?
Expand Down
2 changes: 1 addition & 1 deletion Formula/ignition-common4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IgnitionCommon4 < 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: 1 addition & 1 deletion Formula/ignition-math6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class IgnitionMath6 < 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: 1 addition & 1 deletion Formula/ignition-plugin1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class IgnitionPlugin1 < 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
1 change: 1 addition & 0 deletions Formula/ignition-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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
2 changes: 1 addition & 1 deletion Formula/ignition-utils1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class IgnitionUtils1 < 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

0 comments on commit 32d2202

Please sign in to comment.