eigen 5.0.0 - #246477
Merged
Merged
Conversation
cho-m
commented
Oct 1, 2025
This comment was marked as outdated.
This comment was marked as outdated.
Merged
cho-m
force-pushed
the
eigen-5.0.0
branch
2 times, most recently
from
November 1, 2025 17:38
3867a80 to
2c1b8e6
Compare
This was referenced Nov 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Draft while doing a build-from-source dependents run since main part of Eigen is header-only so hard to detect breakages without rebuild. Especially after major release with 4 years of changes.
There is also a 3.4.1 if any dependents have issues.
Build failures to follow up on:
brew install --build-from-source dartsimpinocchio- pinocchio: fix build with eigen 5.0.0 #252411itk- itk: revision bump (eigen 5.0.0) #252408Upstream PRs
fcl- Directly include cassert wherever we use assert() flexible-collision-library/fcl#649lbfgspp- support building with Eigen3 5.0.0 yixuan/LBFGSpp#48sophus- Support building with Eigen3 5.0.0 strasdat/Sophus#558vowpal-wabbit- build: support building with eigen 5.0.0 VowpalWabbit/vowpal_wabbit#4720; vowpal-wabbit: update patch, apply open PR for eigen 5.0.0 #246900ifopt- Add direct cassert include for Eigen3 >= 5 ethz-adrl/ifopt#110alpscore- Support for Eigen3 5.0.0 ALPSCore/ALPSCore#651quantum++- Support Eigen3 5.0.0 softwareQinc/qpp#191; Support Eigen3 5.0.0 softwareQinc/qpp#192votca- Support building with Eigen3 5.0.0 votca/votca#1189Backported commits
eigenpy- stack-of-tasks/eigenpy@3bd6b04g2o- RainerKuemmerle/g2o@ef80e64opencv- opencv/opencv@468de9bpagmo- esa/pagmo2@d0e7040pcl- PointCloudLibrary/pcl@2d6929bOther changes
orocos-kdl- update to c++14rtabmap- avoid FindEigen3 modulespectra- update to c++14 and change test eigenvaluesvisp- workaround for Eigen3 CMake changesopen-babel- workaround to find Eigen3Eigen@3
autodiff- uses some private APIs that changed in 5.0.0dynet- uses EIGEN_EMPTY_STRUCT_CTOR which isn't available in 5.0.0 - dynet: useeigen@3#252342