mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
24 lines
564 B
JSON
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"
|
|
}
|
|
}
|
|
}
|