mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:29:00 +08:00
a8a07972db
* [pagmo2] Add new port * Disable C4701 * Disable /MD override for all static builds * Add pagmo2 port_version info * Find TBB when finding pagmo * Fixup pagmo2 port version * Change /Md patch to if(0) * Fix port_version for pagmo2 * Use vcpkg.json; use version * Reformat vcpkg.json * Fix port_versions for pagmo2
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"name": "pagmo2",
|
|
"version": "2.16.1",
|
|
"description": "A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.",
|
|
"homepage": "https://esa.github.io/pagmo2/",
|
|
"dependencies": [
|
|
"boost-any",
|
|
"boost-graph",
|
|
"boost-serialization",
|
|
"eigen3",
|
|
"tbb"
|
|
],
|
|
"features": {
|
|
"nlopt": {
|
|
"description": "Enable the NLopt wrappers",
|
|
"dependencies": [
|
|
"nlopt"
|
|
]
|
|
}
|
|
}
|
|
}
|