vcpkg/ports/dmlc/vcpkg.json
2022-10-28 21:36:35 -07:00

24 lines
564 B
JSON

{
"name": "dmlc",
"version-date": "2022-06-22",
"description": "DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries.",
"homepage": "https://github.com/dmlc/dmlc-core",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openmp": {
"description": "Build with openmp"
}
}
}