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
5 changes: 5 additions & 0 deletions ports/arrow/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
orc ARROW_ORC
parquet ARROW_PARQUET
parquet PARQUET_REQUIRE_ENCRYPTION
plasma ARROW_PLASMA
s3 ARROW_S3
)

Expand Down Expand Up @@ -109,4 +110,8 @@ file(RENAME ${CURRENT_PACKAGES_DIR}/share/${PORT}/FindParquet.cmake ${CURRENT_PA
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

if ("plasma" IN_LIST FEATURES)
vcpkg_copy_tools(TOOL_NAMES plasma-store-server AUTO_CLEAN)
endif ()

vcpkg_fixup_pkgconfig()
5 changes: 5 additions & 0 deletions ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "arrow",
"version": "7.0.0",
"port-version": 1,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -76,6 +77,10 @@
"parquet": {
"description": "Parquet support"
},
"plasma": {
"description": "Plasma support",
"supports": "!windows"
},
"s3": {
"description": "S3 support",
"dependencies": [
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": "71eea8dac175d368506f19bb246b40bf4829846a",
"version": "7.0.0",
"port-version": 1
},
{
"git-tree": "3682e12e1b3f3aa79551877b157ff3d914cb5c90",
"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": 0
"port-version": 1
},
"ashes": {
"baseline": "2021-06-18",
Expand Down