[wpical] Use updated thirdparty-ceres and move resource files (#8151)

This commit is contained in:
Gold856
2025-08-03 14:41:25 -04:00
committed by GitHub
parent c42fde5d07
commit 2d11946d98
24 changed files with 946 additions and 15 deletions

View File

@@ -47,10 +47,18 @@ def eigen_inclusions(dp: Path, f: str):
or "SSE" in dp.parts
)
if (
"StlSupport" in dp.parts
and not f.endswith("StdList.h")
and not f.endswith("StdDeque.h")
):
return True
# Include the following modules
modules = [
"Cholesky",
"Core",
"Dense",
"Eigenvalues",
"Geometry",
"Householder",
@@ -64,6 +72,7 @@ def eigen_inclusions(dp: Path, f: str):
"SparseCore",
"SparseLU",
"SparseQR",
"StdVector",
"misc",
"plugins",
]