mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Upgrade Sleipnir to support Eigen type specializations (#6924)
This commit is contained in:
@@ -51,8 +51,8 @@ def copy_upstream_src(wpilib_root):
|
||||
def main():
|
||||
name = "sleipnir"
|
||||
url = "https://github.com/SleipnirGroup/Sleipnir"
|
||||
# main on 2024-07-09
|
||||
tag = "b6ffa2d4fdb99cab1bf79491f715a6a9a86633b5"
|
||||
# main on 2024-08-03
|
||||
tag = "4f182964d9bbb1c703260bddbfaa0c4435097675"
|
||||
|
||||
sleipnir = Lib(name, url, tag, copy_upstream_src)
|
||||
sleipnir.main()
|
||||
|
||||
Reference in New Issue
Block a user