mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[arrow] add GCS feature (#27990)
This commit is contained in:
parent
c9c5bc2a68
commit
4e368f6390
@ -21,6 +21,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
dataset ARROW_DATASET
|
||||
filesystem ARROW_FILESYSTEM
|
||||
flight ARROW_FLIGHT
|
||||
gcs ARROW_GCS
|
||||
jemalloc ARROW_JEMALLOC
|
||||
json ARROW_JSON
|
||||
mimalloc ARROW_MIMALLOC
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "10.0.1",
|
||||
"port-version": 1,
|
||||
"description": "Cross-language development platform for in-memory analytics",
|
||||
"homepage": "https://arrow.apache.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -64,6 +65,18 @@
|
||||
"protobuf"
|
||||
]
|
||||
},
|
||||
"gcs": {
|
||||
"description": "GCS support",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "google-cloud-cpp",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"storage"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"jemalloc": {
|
||||
"description": "jemalloc allocator",
|
||||
"supports": "!windows"
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "91895876dde6f03ad68b3711923d55f841588536",
|
||||
"version": "10.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "42a4cdb1defb73cc86758beb77949124e2cbbf6c",
|
||||
"version": "10.0.1",
|
||||
|
@ -190,7 +190,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2022-06-08",
|
||||
|
Loading…
x
Reference in New Issue
Block a user