vcpkg/ports/pagmo2/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* 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
2023-06-15 14:49:00 -07:00

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"
]
}
}
}