Skip to content

Commit

Permalink
Merge pull request #191347 from Homebrew/extra-cmake-modules-all
Browse files Browse the repository at this point in the history
extra-cmake-modules: build an `:all` bottle
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents fdb4820 + eb303c9 commit d442c8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/e/extra-cmake-modules.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ class ExtraCmakeModules < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "42961b34dad3b6b7ebbf3eb0b3619e5487800b3435c3208661bf9fbf300d9cf7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "42961b34dad3b6b7ebbf3eb0b3619e5487800b3435c3208661bf9fbf300d9cf7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "42961b34dad3b6b7ebbf3eb0b3619e5487800b3435c3208661bf9fbf300d9cf7"
sha256 cellar: :any_skip_relocation, sonoma: "cefb9795390363bc8cdc6f8c930de5a451efbe0eb658138f19be3d35d3318d6a"
sha256 cellar: :any_skip_relocation, ventura: "cefb9795390363bc8cdc6f8c930de5a451efbe0eb658138f19be3d35d3318d6a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "42961b34dad3b6b7ebbf3eb0b3619e5487800b3435c3208661bf9fbf300d9cf7"
rebuild 1
sha256 cellar: :any_skip_relocation, all: "5a172ff30c38ea9f5bd85b5d3d0493edfc7ae63c907491c402946ec5eda5f520"
end

depends_on "cmake" => [:build, :test]
Expand All @@ -32,6 +28,10 @@ def install
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"

# Ensure uniform bottles.
inreplace_files = %w[prefix.sh.cmake prefix.sh.fish.cmake].map { |f| share/"ECM/kde-modules"/f }
inreplace inreplace_files, "/usr/local", HOMEBREW_PREFIX
end

test do
Expand Down

0 comments on commit d442c8f

Please sign in to comment.