mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[arrow] Update to 10.0.1 (#27964)
* [arrow] Update to 10.0.1 * Update versions * Remove an upstreamed patch * Update version again
This commit is contained in:
parent
820f9dd784
commit
c889853f7b
@ -2,7 +2,7 @@ vcpkg_download_distfile(
|
||||
ARCHIVE_PATH
|
||||
URLS "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-${VERSION}/apache-arrow-${VERSION}.tar.gz"
|
||||
FILENAME apache-arrow-${VERSION}.tar.gz
|
||||
SHA512 0856cfda98af8ae75d7011b4b2cb7305592dc16edeb27be8a845ee762cd1c4484997634e9bfe3fdc2a359fcfe0cbe036e0747ee0ea49677979920b95d1b4ced3
|
||||
SHA512 c6198e5c9b8fe5ccd89e445c9252da44d8d7c9e0c8eb5a802fa0cabf89482fddf775ed383bac1acc9331bc3195d21df7ea02c4a73aa6ee163c2959f34175d650
|
||||
)
|
||||
vcpkg_extract_source_archive(
|
||||
SOURCE_PATH
|
||||
@ -10,7 +10,6 @@ vcpkg_extract_source_archive(
|
||||
PATCHES
|
||||
brotli.patch
|
||||
msvc-static-name.patch
|
||||
processor-type.patch
|
||||
thrift.patch
|
||||
utf8proc.patch
|
||||
)
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/cpp/cmake_modules/SetupCxxFlags.cmake b/cpp/cmake_modules/SetupCxxFlags.cmake
|
||||
index cef4eb0b16..51ef979a02 100644
|
||||
--- a/cpp/cmake_modules/SetupCxxFlags.cmake
|
||||
+++ b/cpp/cmake_modules/SetupCxxFlags.cmake
|
||||
@@ -24,7 +24,7 @@ include(CheckCXXSourceCompiles)
|
||||
message(STATUS "System processor: ${CMAKE_SYSTEM_PROCESSOR}")
|
||||
|
||||
if(NOT DEFINED ARROW_CPU_FLAG)
|
||||
- if(CMAKE_SYSTEM_PROCESSOR MATCHES "AMD64|X86|x86|i[3456]86")
|
||||
+ if(CMAKE_SYSTEM_PROCESSOR MATCHES "AMD64|X86|x86|i[3456]86|x64")
|
||||
set(ARROW_CPU_FLAG "x86")
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|ARM64|arm64")
|
||||
set(ARROW_CPU_FLAG "armv8")
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arrow",
|
||||
"version": "10.0.0",
|
||||
"version": "10.0.1",
|
||||
"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": "42a4cdb1defb73cc86758beb77949124e2cbbf6c",
|
||||
"version": "10.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ab325846893f2dc3382b7b403bf195645ab93a39",
|
||||
"version": "10.0.0",
|
||||
|
@ -189,7 +189,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"arrow": {
|
||||
"baseline": "10.0.0",
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"ashes": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user