Skip to content

Commit

Permalink
Merge pull request Homebrew#177626 from Homebrew/woodruffw/dispatch/e…
Browse files Browse the repository at this point in the history
…igen/9975941534

eigen: update 3.4.0_1 bottle.
  • Loading branch information
BrewTestBot authored Jul 17, 2024
2 parents 58213e4 + c4d4c48 commit de81339
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Formula/e/eigen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ class Eigen < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "211fd7f1d58b383e3d64335c08a376a7d8433007ce61410ead0320df34b6f4bd"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "17e1238a80ca448a9e2a1090fd3c0bf54634470757e5dacc08efb730b4fb9fca"
sha256 cellar: :any_skip_relocation, arm64_ventura: "17e1238a80ca448a9e2a1090fd3c0bf54634470757e5dacc08efb730b4fb9fca"
sha256 cellar: :any_skip_relocation, arm64_monterey: "17e1238a80ca448a9e2a1090fd3c0bf54634470757e5dacc08efb730b4fb9fca"
sha256 cellar: :any_skip_relocation, sonoma: "d19fbee3104b5302413c25c2a619dac3fc38e41e4c3f972cf2496d032fde2d96"
sha256 cellar: :any_skip_relocation, ventura: "d19fbee3104b5302413c25c2a619dac3fc38e41e4c3f972cf2496d032fde2d96"
sha256 cellar: :any_skip_relocation, monterey: "17e1238a80ca448a9e2a1090fd3c0bf54634470757e5dacc08efb730b4fb9fca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "17e1238a80ca448a9e2a1090fd3c0bf54634470757e5dacc08efb730b4fb9fca"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit de81339

Please sign in to comment.