mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
9afce05282
* fix libhdfs3 build error * update version * fix dependency uuid * update version * fix dependency uuid * update version * fix osx * update version * fix uuid usage on osx * update version --------- Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "libhdfs3",
|
|
"version-date": "2019-11-05",
|
|
"port-version": 5,
|
|
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
|
|
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"boost",
|
|
{
|
|
"name": "libuuid",
|
|
"platform": "!windows & !osx"
|
|
},
|
|
"libxml2",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|