[arrow] add plasma support for non Windows platforms (#23188)

This commit is contained in:
Francisco Facioni 2022-02-22 20:08:23 +00:00 committed by GitHub
parent 4bfe819421
commit 9a155a3b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 1 deletions

View File

@ -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
)
@ -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()

View File

@ -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",
@ -76,6 +77,10 @@
"parquet": {
"description": "Parquet support"
},
"plasma": {
"description": "Plasma support",
"supports": "!windows"
},
"s3": {
"description": "S3 support",
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
"version": "7.0.0",
"port-version": 1
},
{
"git-tree": "3682e12e1b3f3aa79551877b157ff3d914cb5c90",
"version": "7.0.0",

View File

@ -170,7 +170,7 @@
},
"arrow": {
"baseline": "7.0.0",
"port-version": 0
"port-version": 1
},
"ashes": {
"baseline": "2021-06-18",