[upstream_utils] Upgrade Eigen to get more constexpr support (#6596)

This commit is contained in:
Tyler Veness
2024-05-07 12:47:15 -07:00
committed by GitHub
parent a6dd95eb9e
commit bdc7344df1
81 changed files with 3825 additions and 1582 deletions

View File

@@ -97,8 +97,8 @@ def unsupported_inclusions(dp, f):
def main():
upstream_root = clone_repo(
"https://gitlab.com/libeigen/eigen.git",
# master on 2023-12-01
"96880810295b65d77057f4a7fb83a99a590122ad",
# master on 2024-05-07
"99c18bce6eb225fa5a4861af97189ada1bca3103",
shallow=False,
)
wpilib_root = get_repo_root()