mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +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",
|
"name": "arrow",
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"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",
|
||||||
@ -75,7 +75,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"parquet": {
|
"parquet": {
|
||||||
"description": "Parquet support"
|
"description": "Parquet support",
|
||||||
|
"dependencies": [
|
||||||
|
"rapidjson"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"plasma": {
|
"plasma": {
|
||||||
"description": "Plasma support",
|
"description": "Plasma support",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
|
||||||
|
"version": "7.0.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
|
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
|
||||||
"version": "7.0.0",
|
"version": "7.0.0",
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
},
|
},
|
||||||
"arrow": {
|
"arrow": {
|
||||||
"baseline": "7.0.0",
|
"baseline": "7.0.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"ashes": {
|
"ashes": {
|
||||||
"baseline": "2021-06-18",
|
"baseline": "2021-06-18",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user