Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -75,7 +75,10 @@
]
},
"parquet": {
"description": "Parquet support"
"description": "Parquet support",
"dependencies": [
"rapidjson"
]
},
"plasma": {
"description": "Plasma support",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arrow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3d3371b4741fc81354b2033d584c48a1929373f4",
"version": "7.0.0",
"port-version": 2
},
{
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
"version": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
},
"arrow": {
"baseline": "7.0.0",
"port-version": 1
"port-version": 2
},
"ashes": {
"baseline": "2021-06-18",
Expand Down