vcpkg/ports/pagmo2/vcpkg.json
2024-10-17 01:08:52 -07:00

33 lines
734 B
JSON

{
"name": "pagmo2",
"version": "2.19.1",
"description": "A C++ platform to perform parallel computations of optimization tasks (global and local) via the asynchronous generalized island model.",
"homepage": "https://esa.github.io/pagmo2/",
"license": "GPL-3.0-or-later OR LGPL-3.0-or-later",
"supports": "!xbox",
"dependencies": [
"boost-any",
"boost-graph",
"boost-safe-numerics",
"boost-serialization",
"eigen3",
"tbb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"nlopt": {
"description": "Enable the NLopt wrappers",
"dependencies": [
"nlopt"
]
}
}
}