diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/arrow/cpp/vcpkg.json | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/arrow/cpp/vcpkg.json')
-rw-r--r-- | src/arrow/cpp/vcpkg.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/arrow/cpp/vcpkg.json b/src/arrow/cpp/vcpkg.json new file mode 100644 index 000000000..be8612d3b --- /dev/null +++ b/src/arrow/cpp/vcpkg.json @@ -0,0 +1,46 @@ +{ + "name": "arrow", + "version-string": "6.0.1", + "dependencies": [ + "abseil", + { + "name": "aws-sdk-cpp", + "features": [ + "config", + "cognito-identity", + "identity-management", + "s3", + "sts", + "transfer" + ] + }, + "benchmark", + "boost-filesystem", + "boost-multiprecision", + "boost-system", + "brotli", + "bzip2", + "c-ares", + "curl", + "flatbuffers", + "gflags", + "glog", + "grpc", + "gtest", + "lz4", + "openssl", + "orc", + "protobuf", + "rapidjson", + "re2", + "snappy", + "thrift", + "utf8proc", + "zlib", + "zstd" + ], + "overrides": [ + { "name": "gtest", "version": "1.10.0", "port-version": 4 } + ], + "builtin-baseline": "a267ab118c09f56f3dae96c9a4b3410820ad2f0b" +} |