mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
34 lines
755 B
JSON
34 lines
755 B
JSON
{
|
|
"name": "pagmo2",
|
|
"version": "2.19.0",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|