arrow: bump xsimd to support Windows ARM; add missing patch for 24.0.0 - #30654
Merged
franramirez688 merged 3 commits intoJul 22, 2026
Merged
Conversation
uilianries
approved these changes
Jul 22, 2026
uilianries
left a comment
Member
There was a problem hiding this comment.
Nice update!! LGTM ✅
Reviewer Notes
-
Arrow is consumed by GDAL and Hictk. Both are using version range, by older GDAL version (support for C++11) requires Arrow 19.
-
We will have: Arrow 19 (C++11), Arrow 22 (C++17) and Arrow 24 (C++20)
-
xsimd commit xtensor-stack/xsimd@1c6c7f0 has the proper fix for Windows ARM and is available since version 14.2.0. So the bump dependency makes sense
-
About fixing the missing mimalloc patch for 24:
- The PR https://github.com/conan-io/conan-center-index/pull/30032/checks?check_run_id=73558423555 introduced version 24, and in the build log https://c3i.jfrog.io/artifactory/cci-build-logs/cci/prod/PR-30032/5/package_build_logs/build_log_arrow_24_0_0_47e1bb5785c033f51b087283adcb8fb8_f0372faf3d48551da1ed6f2196eaca2ac877a6d0.success.txt is possible to see:
-- Building (vendored) mimalloc from source
For the current PR #30654, the same is not present, but
Conan: Target declared 'mimalloc::mimalloc'instead. -
No linter warnings, no missing packages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
conancenterremote). Keeping:19.0.1: required by GDAL22.0.0: latest version supporting C++1724.0.0: latest oneAdd a 👍 reaction to pull requests you find important to help the team prioritize, thanks!