mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:37:55 +08:00
* Fix for issue #28120. * Updated port-version for arrow. * overwrite version Co-authored-by: FrankXie <v-frankxie@microsoft.com>
This commit is contained in:
parent
d8eaada509
commit
4b6b7f4589
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ea9873418e3de2180518389baa3562084a566702",
|
||||
"version": "10.0.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "91895876dde6f03ad68b3711923d55f841588536",
|
||||
"version": "10.0.1",
|
||||
|
@ -190,7 +190,7 @@
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"ashes": {
|
||||
"baseline": "2022-06-08",
|
||||
|
Loading…
x
Reference in New Issue
Block a user