Skip to content

Commit

Permalink
[arrow] add plasma support for non Windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Facioni committed Feb 21, 2022
1 parent 5cf6018 commit 5c5964a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
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

0 comments on commit 5c5964a

Please sign in to comment.