mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +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
|
dataset ARROW_DATASET
|
||||||
filesystem ARROW_FILESYSTEM
|
filesystem ARROW_FILESYSTEM
|
||||||
flight ARROW_FLIGHT
|
flight ARROW_FLIGHT
|
||||||
|
gcs ARROW_GCS
|
||||||
jemalloc ARROW_JEMALLOC
|
jemalloc ARROW_JEMALLOC
|
||||||
json ARROW_JSON
|
json ARROW_JSON
|
||||||
mimalloc ARROW_MIMALLOC
|
mimalloc ARROW_MIMALLOC
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "arrow",
|
"name": "arrow",
|
||||||
"version": "10.0.1",
|
"version": "10.0.1",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Cross-language development platform for in-memory analytics",
|
"description": "Cross-language development platform for in-memory analytics",
|
||||||
"homepage": "https://arrow.apache.org",
|
"homepage": "https://arrow.apache.org",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -64,6 +65,18 @@
|
|||||||
"protobuf"
|
"protobuf"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"gcs": {
|
||||||
|
"description": "GCS support",
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"name": "google-cloud-cpp",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"storage"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"jemalloc": {
|
"jemalloc": {
|
||||||
"description": "jemalloc allocator",
|
"description": "jemalloc allocator",
|
||||||
"supports": "!windows"
|
"supports": "!windows"
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "91895876dde6f03ad68b3711923d55f841588536",
|
||||||
|
"version": "10.0.1",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "42a4cdb1defb73cc86758beb77949124e2cbbf6c",
|
"git-tree": "42a4cdb1defb73cc86758beb77949124e2cbbf6c",
|
||||||
"version": "10.0.1",
|
"version": "10.0.1",
|
||||||
|
@ -190,7 +190,7 @@
|
|||||||
},
|
},
|
||||||
"arrow": {
|
"arrow": {
|
||||||
"baseline": "10.0.1",
|
"baseline": "10.0.1",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"ashes": {
|
"ashes": {
|
||||||
"baseline": "2022-06-08",
|
"baseline": "2022-06-08",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user