mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 18:46:00 +08:00
b13e043b70
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.
17 lines
377 B
JSON
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"
|
|
]
|
|
}
|