vcpkg/ports/pagmo2/vcpkg.json
2023-02-08 13:22:30 -08:00

32 lines
711 B
JSON

{
"name": "pagmo2",
"version": "2.19.0",
"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",
"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"
]
}
}
}