mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[arrow] Update to 12.0.0 (#31321)
* [arrow] Update to 12.0.0 * Update versions
This commit is contained in:
parent
b049e49516
commit
281cfd338c
@ -2,7 +2,7 @@ vcpkg_download_distfile(
|
||||
ARCHIVE_PATH
|
||||
URLS "https://archive.apache.org/dist/arrow/arrow-${VERSION}/apache-arrow-${VERSION}.tar.gz"
|
||||
FILENAME apache-arrow-${VERSION}.tar.gz
|
||||
SHA512 46df4fb5a703d38d0a74fde9838e9f9702b24b442cb225517516c335a5ab18955699000bf0b2fc7d1698ada6d2e890ba3860933b6280f5160b0fce8a07484d0e
|
||||
SHA512 f815be4fb20b6001ba5525270765fe239b5468708a7be34b93b60ee0ce63464727d183c9756fbc33bffd199019e1f06a7fddd306ce8388435cea7771070a2ca9
|
||||
)
|
||||
vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
@ -15,6 +15,7 @@ vcpkg_extract_source_archive(
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
acero ARROW_ACERO
|
||||
csv ARROW_CSV
|
||||
cuda ARROW_CUDA
|
||||
dataset ARROW_DATASET
|
||||
@ -27,7 +28,6 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
orc ARROW_ORC
|
||||
parquet ARROW_PARQUET
|
||||
parquet PARQUET_REQUIRE_ENCRYPTION
|
||||
plasma ARROW_PLASMA
|
||||
s3 ARROW_S3
|
||||
)
|
||||
|
||||
@ -98,10 +98,6 @@ if("example" IN_LIST FEATURES)
|
||||
file(INSTALL "${SOURCE_PATH}/cpp/examples/minimal_build/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/example")
|
||||
endif()
|
||||
|
||||
if("plasma" IN_LIST FEATURES)
|
||||
vcpkg_copy_tools(TOOL_NAMES plasma-store-server AUTO_CLEAN)
|
||||
endif()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/share/doc")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "11.0.0",
|
||||
"version": "12.0.0",
|
||||
"description": "Cross-language development platform for in-memory analytics",
|
||||
"homepage": "https://arrow.apache.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -37,6 +37,9 @@
|
||||
"parquet"
|
||||
],
|
||||
"features": {
|
||||
"acero": {
|
||||
"description": "Acero support"
|
||||
},
|
||||
"csv": {
|
||||
"description": "CSV support"
|
||||
},
|
||||
@ -102,10 +105,6 @@
|
||||
"rapidjson"
|
||||
]
|
||||
},
|
||||
"plasma": {
|
||||
"description": "Plasma support",
|
||||
"supports": "!windows"
|
||||
},
|
||||
"s3": {
|
||||
"description": "S3 support",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "881bfaaab349dae46929b36e5b84e7036a009ad3",
|
||||
"version": "12.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "21fea47a1e9c7bf68e6c088ad5a6b7b6e33c2fcb",
|
||||
"version": "11.0.0",
|
||||
|
@ -217,7 +217,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "11.0.0",
|
||||
"baseline": "12.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"arsenalgear": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user