[upstream_utils] Upgrade to Eigen 5.0.1 (#8428)

This commit is contained in:
Tyler Veness
2025-11-27 17:29:44 -08:00
committed by GitHub
parent c9b989ac6a
commit a802855e0c
21 changed files with 199 additions and 160 deletions

View File

@@ -154,7 +154,7 @@ def copy_upstream_src(wpilib_root: Path):
def main():
name = "eigen"
url = "https://gitlab.com/libeigen/eigen.git"
tag = "5.0.0"
tag = "5.0.1"
eigen = Lib(name, url, tag, copy_upstream_src)
eigen.main()