Fix for issue #28120. (#28122)

* Fix for issue #28120.

* Updated port-version for arrow.

* overwrite version

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
This commit is contained in:
Piotr Wendykier 2022-12-14 03:09:53 +01:00 committed by GitHub
parent d8eaada509
commit 4b6b7f4589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

View File

@ -72,6 +72,14 @@ if(EXISTS "${CURRENT_PACKAGES_DIR}/lib/arrow_static.lib")
message(FATAL_ERROR "Installed lib file should be named 'arrow.lib' via patching the upstream build.")
endif()
if("dataset" IN_LIST FEATURES)
vcpkg_cmake_config_fixup(
PACKAGE_NAME arrowdataset
CONFIG_PATH lib/cmake/ArrowDataset
DO_NOT_DELETE_PARENT_CONFIG_PATH
)
endif()
if("parquet" IN_LIST FEATURES)
vcpkg_cmake_config_fixup(
PACKAGE_NAME parquet

View File

@ -1,7 +1,7 @@
{
"name": "arrow",
"version": "10.0.1",
"port-version": 1,
"port-version": 2,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea9873418e3de2180518389baa3562084a566702",
"version": "10.0.1",
"port-version": 2
},
{
"git-tree": "91895876dde6f03ad68b3711923d55f841588536",
"version": "10.0.1",

View File

@ -190,7 +190,7 @@
},
"arrow": {
"baseline": "10.0.1",
"port-version": 1
"port-version": 2
},
"ashes": {
"baseline": "2022-06-08",