]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pagmo2/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pagmo2 / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "pagmo2",
3 "version": "2.16.1",
4 "description": "A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.",
5 "homepage": "https://esa.github.io/pagmo2/",
6 "dependencies": [
7 "boost-any",
8 "boost-graph",
9 "boost-serialization",
10 "eigen3",
11 "tbb"
12 ],
13 "features": {
14 "nlopt": {
15 "description": "Enable the NLopt wrappers",
16 "dependencies": [
17 "nlopt"
18 ]
19 }
20 }
21}