vcpkg/ports/libhdfs3/vcpkg.json
jim wang 9afce05282
[libhdfs3] Fix libhdfs3 to build missing dependent libraries libuuid and libgsasl (#31065)
* 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>
2023-08-03 11:32:05 -07:00

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
}
]
}