zeek/auxil/vcpkg/ports/g2o/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

31 lines
576 B
JSON

{
"name": "g2o",
"version-date": "2024-12-14",
"port-version": 3,
"description": "g2o: A General Framework for Graph Optimization",
"homepage": "https://openslam.org/g2o.html",
"dependencies": [
"ceres",
"eigen3",
"lapack",
"suitesparse-cholmod",
"suitesparse-cxsparse",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"spdlog": {
"description": "Use spdlog for logging",
"dependencies": [
"spdlog"
]
}
}
}