Update Eigen SHA
Some checks failed
Build flatpak asan / build_flatpak_asan (push) Failing after 1s
Build osx / build_osx (push) Failing after 0s
Build osx asan / build_osx_asan (push) Failing after 0s
Build windows / build_win (push) Failing after 1s
Build flatpak / build_flatpak (push) Failing after 1s
Run static analysis / static_analysis_dev (push) Failing after 0s

v2.9.2 build fails due to an invalid Eigen hash. Recommend cherry-picking this into the latest release.
This commit is contained in:
faangbait 2025-04-28 00:39:59 -05:00 committed by Lukas Matena
parent 8fda5cf768
commit 6fd9846df1

View File

@ -1,4 +1,4 @@
add_cmake_project(Eigen
URL "https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip"
URL_HASH SHA256=e09b89aae054e9778ee3f606192ee76d645eec82c402c01c648b1fe46b6b9857
URL_HASH SHA256=4815118c085ff1d5a21f62218a3b2ac62555e9b8d7bacd5093892398e7a92c4b
)