vcpkg/ports/autodock-vina/vcpkg.json
Alexander Neumann cbf4a66415
[Boost] Update to 1.85 (#38523)
closes #38201
supersedes #38237

Lets see if I forgot to cherry pick something.

---------

Co-authored-by: Yury Bura <yurybura@gmail.com>
2024-05-09 20:29:06 -07:00

33 lines
720 B
JSON

{
"name": "autodock-vina",
"version-semver": "1.2.5",
"port-version": 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
}
]
}