[upstream_utils] Fix GCEM namespace usage and add hypot(x, y, z) (#6002)

This commit is contained in:
Tyler Veness
2023-12-03 16:40:08 -08:00
committed by GitHub
parent 2bb1409b82
commit d431abba3b
67 changed files with 1685 additions and 218 deletions

View File

@@ -19,7 +19,10 @@ def main():
# Apply patches to upstream Git repo
os.chdir(upstream_root)
for f in ["0001-Call-std-functions-if-not-constant-evaluated.patch"]:
for f in [
"0001-Call-std-functions-if-not-constant-evaluated.patch",
"0002-Add-hypot-x-y-z.patch",
]:
git_am(os.path.join(wpilib_root, "upstream_utils/gcem_patches", f))
# Delete old install