Skip to content

Commit

Permalink
Merge topic 'tpl-update-eigen'
Browse files Browse the repository at this point in the history
802e4fa eigen: update spdx location and version to 3.4.0
21a63d1 Merge branch 'upstream-eigen' into tpl-update-eigen
8df659c eigen 2025-01-01 (c8b4f2cc)
e583758 eigen: update version to 3.4.0

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Reviewed-by: Cory Quammen <[email protected]>
Merge-request: !11798
  • Loading branch information
jspanchu authored and kwrobot committed Jan 9, 2025
2 parents fd3fdf1 + 802e4fa commit 02fc70e
Show file tree
Hide file tree
Showing 275 changed files with 44,999 additions and 13,135 deletions.
4 changes: 2 additions & 2 deletions ThirdParty/eigen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ vtk_module_third_party(
SPDX_COPYRIGHT_TEXT
"Copyright (c) 2011, Intel Corporation"
SPDX_DOWNLOAD_LOCATION
"git+https://gitlab.kitware.com/third-party/eigen.git@for/vtk-20210726-3.3.9"
"git+https://gitlab.kitware.com/third-party/eigen.git@for/vtk-20250101-3.4.0"
VERSION
"3.3.9"
"3.4.0"
HEADER_ONLY
STANDARD_INCLUDE_DIRS
EXTERNAL
Expand Down
3 changes: 1 addition & 2 deletions ThirdParty/eigen/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ readonly name="eigen"
readonly ownership="Eigen Upstream <[email protected]>"
readonly subtree="ThirdParty/$name/vtk$name"
readonly repo="https://gitlab.kitware.com/third-party/eigen.git"
readonly tag="for/vtk-20210726-3.3.9"
readonly tag="for/vtk-20250101-3.4.0"
readonly paths="
Eigen/Cholesky
Eigen/CholmodSupport
Eigen/CMakeLists.txt
Eigen/Core
Eigen/Dense
Eigen/Eigen
Expand Down
Loading

0 comments on commit 02fc70e

Please sign in to comment.