mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:49:01 +08:00
Fix the dependency of installing arrow with the parquet feature (#23423)
This commit is contained in:
parent
5bbca2ad26
commit
4c58b84126
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "7.0.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Cross-language development platform for in-memory analytics",
|
||||
"homepage": "https://arrow.apache.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -75,7 +75,10 @@
|
||||
]
|
||||
},
|
||||
"parquet": {
|
||||
"description": "Parquet support"
|
||||
"description": "Parquet support",
|
||||
"dependencies": [
|
||||
"rapidjson"
|
||||
]
|
||||
},
|
||||
"plasma": {
|
||||
"description": "Plasma support",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
|
||||
"version": "7.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
|
||||
"version": "7.0.0",
|
||||
|
@ -170,7 +170,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "7.0.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2021-06-18",
|
||||
|
Loading…
Reference in New Issue
Block a user