diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-09-03 11:40:35 -0700 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-09-03 11:40:35 -0700 |
| commit | daab07dd9eda0f9903adb4f5f837ef29b4839eb5 (patch) | |
| tree | 234c3b39fa8e416f0933db82919b4b91167edc9d /ports/dmlc/CONTROL | |
| parent | c866cb7059aa3c80746fc9ab7f8df9a069a00306 (diff) | |
| download | vcpkg-daab07dd9eda0f9903adb4f5f837ef29b4839eb5.tar.gz vcpkg-daab07dd9eda0f9903adb4f5f837ef29b4839eb5.zip | |
[dmlc] Add new port (#7549)
* [dmlc-core] Add new port
* rebuild
* Fix error building dynamic crt linkage
* Fix error building dynamic crt linkage
* Fix error building dynamic crt linkage
* Add openmp as feature
* Rename this port as dmlc
* remove dmlc core files
Diffstat (limited to 'ports/dmlc/CONTROL')
| -rw-r--r-- | ports/dmlc/CONTROL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/dmlc/CONTROL b/ports/dmlc/CONTROL new file mode 100644 index 000000000..1c16f0547 --- /dev/null +++ b/ports/dmlc/CONTROL @@ -0,0 +1,8 @@ +Source: dmlc +Version: 2019-08-12 +Homepage: https://github.com/dmlc/dmlc-core +Description: DMLC-Core is the backbone library to support all DMLC projects, offers the bricks to build efficient and scalable distributed machine learning libraries. +Default-Features: openmp + +Feature: openmp +Description: Build with openmp
\ No newline at end of file |
