From 4749a45522ba1180fae23e2bd0f43bfed9e9c9a2 Mon Sep 17 00:00:00 2001 From: Adrian Kretz Date: Mon, 25 Nov 2024 19:36:01 +0100 Subject: [PATCH 1/2] eigen: Remove deprecated cmake module --- Formula/e/eigen.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/e/eigen.rb b/Formula/e/eigen.rb index 2c5e65fea8f81..ab176d8ee4357 100644 --- a/Formula/e/eigen.rb +++ b/Formula/e/eigen.rb @@ -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 From 1ee7eeb7295cdfcb0d6fbb79d102afbace2ee95f Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:43:15 +0000 Subject: [PATCH 2/2] eigen: update 3.4.0_1 bottle. --- Formula/e/eigen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/eigen.rb b/Formula/e/eigen.rb index ab176d8ee4357..ddf20f287d37e 100644 --- a/Formula/e/eigen.rb +++ b/Formula/e/eigen.rb @@ -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