mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[upstream_utils] Upgrade Eigen to get more constexpr support (#6596)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user