Skip to content

Commit 19091e7

Browse files
committed
ENH: Update Third Party Eigen to 5.0.1
Used ISC eigen branch name "itk_module_install" as prior forked branch. Rebased all prior fork commits onto upstream 5.0.1. Ported ITK local commit for eigen to be applied to fork.
1 parent b9da43d commit 19091e7

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Modules/ThirdParty/Eigen3/UpdateFromUpstream.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ shopt -s dotglob
66

77
readonly name="Eigen3"
88
readonly ownership="Eigen Upstream <kwrobot@kitware.com>"
9-
# ITK has applied a small number of post-import patches under itkeigen/
10-
# (e.g., SelfadjointMatrixVector.h pzero init), so the tree no longer
11-
# bytewise matches the previous import commit's tree. Use log-based
12-
# matching instead of exact-tree matching for the previous-import probe.
13-
exact_tree_match=false
149
readonly subtree="Modules/ThirdParty/Eigen3/src/itkeigen"
10+
readonly exact_tree_match=false
1511
readonly repo="https://github.com/InsightSoftwareConsortium/eigen"
16-
readonly tag="for/itk-20260501-879885e1"
12+
readonly tag="for/itk-5.0.1-v3"
1713
readonly paths="
1814
Eigen/AccelerateSupport
1915
Eigen/Cholesky

0 commit comments

Comments
 (0)