diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-09-16 05:23:27 -0700 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-09-16 05:23:27 -0700 |
| commit | ca12944bb33a6b5c68f7bbf68e58d6053b9a1060 (patch) | |
| tree | fbf4207b679a8636849323ead7ebc7760a52f1c7 /ports/rabit/CONTROL | |
| parent | 384da059f5fc5fe08fdb4d887823531d369be1a8 (diff) | |
| download | vcpkg-ca12944bb33a6b5c68f7bbf68e58d6053b9a1060.tar.gz vcpkg-ca12944bb33a6b5c68f7bbf68e58d6053b9a1060.zip | |
[rabit] Fix file conflict with dmlc (#8042)
* [rabit] Add new port.
* [rabit] Fix file conflict with dmlc
Diffstat (limited to 'ports/rabit/CONTROL')
| -rw-r--r-- | ports/rabit/CONTROL | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ports/rabit/CONTROL b/ports/rabit/CONTROL index 7ad9bcfdb..e4fff769f 100644 --- a/ports/rabit/CONTROL +++ b/ports/rabit/CONTROL @@ -1,4 +1,6 @@ -Source: rabit
-Version: 0.1
+Source: rabit +Version: 0.1-1
Homepage: https://github.com/dmlc/rabit
-Description: rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
\ No newline at end of file +Description: rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.
+Build-Depends: dmlc + |
