aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pagmo2/vcpkg.json
blob: 54e644ab03613c534cca5706a948538a79d38b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "pagmo2",
  "version": "2.19.1",
  "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"
      ]
    }
  }
}