aboutsummaryrefslogtreecommitdiff
path: root/ports/autodock-vina/vcpkg.json
blob: b3384a570262b60b30f7f8221263e740501c1b2d (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
{
  "name": "autodock-vina",
  "version-semver": "1.2.2",
  "description": "AutoDock Vina is one of the fastest and most widely used open-source docking engines.",
  "homepage": "http://vina.scripps.edu/",
  "dependencies": [
    "boost-algorithm",
    "boost-array",
    "boost-filesystem",
    "boost-lexical-cast",
    "boost-log",
    "boost-math",
    "boost-optional",
    "boost-program-options",
    "boost-ptr-container",
    "boost-random",
    "boost-serialization",
    "boost-static-assert",
    "boost-thread",
    "boost-timer",
    "boost-utility",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}