vcpkg/ports/libhdfs3/vcpkg.json
autoantwort b13e043b70
[libuuid] disallow on osx (#22306)
The `uuid/uuid.h` header conflicts with system libraries on osx; some system headers include `<uuid/uuid.h>`, intending to get the macOS system headers.
2022-01-12 11:33:38 -08:00

17 lines
377 B
JSON

{
"name": "libhdfs3",
"version-string": "2019-11-05",
"port-version": 2,
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
"homepage": "https://github.com/erikmuttersbach/libhdfs3",
"dependencies": [
"boost",
{
"name": "libuuid",
"platform": "!windows & !osx"
},
"libxml2",
"protobuf"
]
}