From 47fd52b7c1433bfc1b7c346f582e7489d724c14a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 23 Sep 2025 16:50:50 +0500 Subject: [PATCH] build-all.py - bump eigen package to avoid issues on cmake 4 --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index cc3565f519..3bd9215598 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -135,7 +135,7 @@ JSON_VERSION = "3.11.3" OCE_VERSION = "0.18.3" OCCT_VERSION = "7.8.1" BOOST_VERSION = "1.86.0" -EIGEN_VERSION = "3.3.9" +EIGEN_VERSION = "3.4.0" PCRE_VERSION = "8.41" PCRE2_VERSION = "10.32" LIBXML2_VERSION = "2.13.8"