Skip to content

Commit

Permalink
Merge pull request #198963 from akretz/remove-eigen-module
Browse files Browse the repository at this point in the history
eigen: Remove deprecated cmake module
  • Loading branch information
BrewTestBot authored Nov 27, 2024
2 parents 70aace7 + 1ee7eeb commit 65d2c5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/e/eigen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class Eigen < Formula
end

bottle do
rebuild 2
sha256 cellar: :any_skip_relocation, all: "b7d3fc4023e664e69392994530a88aa0b6f2a81067da6d64727cf983db2c1bd1"
rebuild 3
sha256 cellar: :any_skip_relocation, all: "06503290dc3c07a67b8f582046b0a7f0bd68c2cb2da1e5bc071710de5ba7f5ec"
end

depends_on "cmake" => :build
Expand All @@ -24,7 +24,6 @@ class Eigen < Formula
def install
system "cmake", "-S", ".", "-B", "eigen-build", "-Dpkg_config_libdir=#{lib}", *std_cmake_args
system "cmake", "--install", "eigen-build"
(share/"cmake/Modules").install "cmake/FindEigen3.cmake"
end

test do
Expand Down

0 comments on commit 65d2c5f

Please sign in to comment.