vcpkg/ports/dmlc/vcpkg.json

24 lines
564 B
JSON
Raw Normal View History

{
"name": "dmlc",
2022-10-29 12:36:35 +08:00
"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",
2022-10-29 12:36:35 +08:00
"license": "Apache-2.0",
"supports": "!uwp",
2022-10-29 12:36:35 +08:00
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openmp": {
"description": "Build with openmp"
}
}
}