diff options
Diffstat (limited to 'vcpkg/ports/dmlc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dmlc/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/dmlc/vcpkg.json b/vcpkg/ports/dmlc/vcpkg.json new file mode 100644 index 0000000..22652c3 --- /dev/null +++ b/vcpkg/ports/dmlc/vcpkg.json @@ -0,0 +1,23 @@ +{ + "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" + } + } +} |