| { |
| "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", |
| "builtin-baseline": "4334d8b4c8916018600212ab4dd4bbdc343065d1", |
| "default-features": ["velox"], |
| "features": { |
| "velox": { |
| "description": "Velox backend", |
| "dependencies": [ |
| "libevent", |
| "openssl", |
| "zstd", |
| "lz4", |
| "double-conversion", |
| "bzip2", |
| "curl", |
| "lzo", |
| "re2", |
| "gflags", |
| "glog", |
| "snappy", |
| "libdwarf", |
| "fmt", |
| { |
| "name": "folly", |
| "features": ["zstd", "lz4", "lzma", "snappy"] |
| }, |
| "boost-atomic", |
| "boost-context", |
| "boost-circular-buffer", |
| "boost-date-time", |
| "boost-format", |
| "boost-filesystem", |
| "boost-program-options", |
| "boost-process", |
| "boost-regex", |
| "boost-locale", |
| "boost-system", |
| "boost-stacktrace", |
| "boost-sort", |
| "boost-thread", |
| "boost-multiprecision", |
| "boost-uuid", |
| "boost-variant", |
| "gtest", |
| "xsimd", |
| "simdjson", |
| "xxhash", |
| "protobuf", |
| "benchmark", |
| "icu", |
| "thrift", |
| "libstemmer", |
| "geos", |
| "grpc" |
| ] |
| }, |
| "dynamic-openssl": { |
| "description": "Enable dynamic OpenSSL with fips feature", |
| "dependencies": [ |
| { |
| "name": "openssl", |
| "features": ["fips"] |
| } |
| ] |
| }, |
| "velox-s3": { |
| "description": "Velox S3 Support", |
| "dependencies": [ |
| { |
| "name": "aws-sdk-cpp", |
| "features": [ |
| "identity-management", |
| "s3", |
| "sts", |
| "cognito-identity" |
| ] |
| } |
| ] |
| }, |
| "velox-gcs": { |
| "description": "Velox GCS Support", |
| "dependencies": [ |
| { |
| "name": "google-cloud-cpp", |
| "features": [ |
| "storage" |
| ], |
| "version>=": "2.22.0" |
| } |
| ] |
| }, |
| "velox-abfs": { |
| "description": "Velox ABFS Support", |
| "dependencies": [ |
| "azure-storage-blobs-cpp", |
| "azure-storage-files-datalake-cpp", |
| "azure-identity-cpp" |
| ] |
| }, |
| "duckdb": { |
| "description": "DUCKDB", |
| "dependencies": [ |
| "duckdb" |
| ] |
| }, |
| "qat": { |
| "description": "QAT", |
| "dependencies": [ |
| { |
| "name": "zstd", |
| "version>=": "1.5.4" |
| } |
| ] |
| } |
| }, |
| "overrides": [ |
| { "name": "fmt", "version": "10.1.1" }, |
| { "name": "liblzma", "version": "5.6.2" }, |
| { "name": "xsimd", "version": "10.0.0" }, |
| { "name": "protobuf", "version": "3.21.8"}, |
| { "name": "abseil", "version": "20230802.1"}, |
| { "name": "re2", "version": "2023-07-01"}, |
| { "name": "glog", "version": "0.6.0"}, |
| { "name": "gflags", "version": "2.2.2"}, |
| { "name": "azure-identity-cpp", "version": "1.11.0"}, |
| { "name": "grpc", "version": "1.51.1"} |
| ] |
| } |