vcpkg/ports/ompl/vcpkg.json
gerard-ryan-immersaview 6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00

29 lines
630 B
JSON

{
"name": "ompl",
"version": "1.6.0",
"port-version": 1,
"description": "The Open Motion Planning Library, consists of many state-of-the-art sampling-based motion planning algorithms",
"homepage": "https://ompl.kavrakilab.org/",
"dependencies": [
"boost-dynamic-bitset",
"boost-filesystem",
"boost-graph",
"boost-odeint",
"boost-program-options",
"boost-serialization",
"boost-system",
"boost-test",
"boost-timer",
"boost-ublas",
"eigen3",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}