yuzu/externals/vcpkg/ports/rabit/vcpkg.json

12 lines
447 B
JSON
Executable File

{
"name": "rabit",
"version-string": "0.1",
"port-version": 3,
"description": "rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.",
"homepage": "https://github.com/dmlc/rabit",
"supports": "!uwp",
"dependencies": [
"dmlc"
]
}