mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 16:29:03 +08:00
80be868eb5
* Fix ompl config * Update ports/ompl/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update versions Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"name": "ompl",
|
|
"version": "1.5.1",
|
|
"port-version": 4,
|
|
"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
|
|
}
|
|
]
|
|
}
|