mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:58:00 +08:00
[arrow] add plasma support for non Windows platforms (#23188)
This commit is contained in:
parent
4bfe819421
commit
9a155a3b2b
@ -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()
|
||||
|
@ -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": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "71eea8dac175d368506f19bb246b40bf4829846a",
|
||||
"version": "7.0.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "3682e12e1b3f3aa79551877b157ff3d914cb5c90",
|
||||
"version": "7.0.0",
|
||||
|
@ -170,7 +170,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "7.0.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2021-06-18",
|
||||
|
Loading…
x
Reference in New Issue
Block a user