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