mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:59:00 +08:00
e20e1c7908
* Use expressive patch name * Fix BROTLI_INCLUDE_DIR import * glog is unused (off by default) * Cleanup portfile, fix 'arrow[core]' * Add CI test port * Update to 8.0.1 [skip actions] * Declare dependency source for substituted packages * Trim obsolete patch chunks * Fix static link libs export * Use substituted targets directly, for proper export * Fix snappy lib export to pc file * Update versions * Add license for test port * Add =pass entries for the new "vcpkg-ci-Xxx" port. Co-authored-by: Billy O'Neal <bion@microsoft.com>
113 lines
2.1 KiB
JSON
113 lines
2.1 KiB
JSON
{
|
|
"name": "arrow",
|
|
"version": "8.0.1",
|
|
"description": "Cross-language development platform for in-memory analytics",
|
|
"homepage": "https://arrow.apache.org",
|
|
"license": "Apache-2.0",
|
|
"supports": "x64 | (arm64 & !windows)",
|
|
"dependencies": [
|
|
"boost-filesystem",
|
|
"boost-multiprecision",
|
|
"boost-system",
|
|
"brotli",
|
|
"bzip2",
|
|
"gflags",
|
|
"lz4",
|
|
"openssl",
|
|
"re2",
|
|
"snappy",
|
|
"thrift",
|
|
"utf8proc",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
],
|
|
"default-features": [
|
|
"csv",
|
|
"filesystem",
|
|
"json",
|
|
"parquet"
|
|
],
|
|
"features": {
|
|
"csv": {
|
|
"description": "CSV support"
|
|
},
|
|
"cuda": {
|
|
"description": "cuda support",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"dataset": {
|
|
"description": "Dataset support"
|
|
},
|
|
"example": {
|
|
"description": "Install the minimal example (source code)"
|
|
},
|
|
"filesystem": {
|
|
"description": "Filesystem support"
|
|
},
|
|
"flight": {
|
|
"description": "Arrow Flight RPC support",
|
|
"dependencies": [
|
|
"abseil",
|
|
"c-ares",
|
|
"grpc",
|
|
"protobuf"
|
|
]
|
|
},
|
|
"jemalloc": {
|
|
"description": "jemalloc allocator"
|
|
},
|
|
"json": {
|
|
"description": "JSON support",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
]
|
|
},
|
|
"mimalloc": {
|
|
"description": "mimalloc allocator"
|
|
},
|
|
"orc": {
|
|
"description": "ORC support",
|
|
"dependencies": [
|
|
"orc"
|
|
]
|
|
},
|
|
"parquet": {
|
|
"description": "Parquet support",
|
|
"dependencies": [
|
|
"rapidjson"
|
|
]
|
|
},
|
|
"plasma": {
|
|
"description": "Plasma support",
|
|
"supports": "!windows"
|
|
},
|
|
"s3": {
|
|
"description": "S3 support",
|
|
"dependencies": [
|
|
{
|
|
"name": "aws-sdk-cpp",
|
|
"default-features": false,
|
|
"features": [
|
|
"cognito-identity",
|
|
"config",
|
|
"identity-management",
|
|
"s3",
|
|
"sts",
|
|
"transfer"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|