This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 897ff30 ARROW-10364: [Dev][Archery] Add support for semver 2.13.0
add 5535b48 ARROW-12139: [Python][Packaging] Use vcpkg to build macOS
wheels
No new revisions were added by this update.
Summary of changes:
.env | 3 +-
...ylinux_build.sh => python_wheel_macos_build.sh} | 70 ++++-----
...anylinux_test.sh => python_wheel_macos_test.sh} | 49 +++---
...atic-debug.cmake => x64-osx-static-debug.cmake} | 3 +-
...-release.cmake => x64-osx-static-release.cmake} | 3 +-
cpp/cmake_modules/Usevcpkg.cmake | 2 +-
dev/tasks/crossbow.py | 10 +-
dev/tasks/python-wheels/github.osx.yml | 154 +++++++++++--------
dev/tasks/python-wheels/osx-build.sh | 170 ---------------------
python/CMakeLists.txt | 6 +-
10 files changed, 164 insertions(+), 306 deletions(-)
copy ci/scripts/{python_wheel_manylinux_build.sh =>
python_wheel_macos_build.sh} (69%)
copy ci/scripts/{python_wheel_manylinux_test.sh => python_wheel_macos_test.sh}
(63%)
copy ci/vcpkg/{x64-linux-static-debug.cmake => x64-osx-static-debug.cmake}
(92%)
copy ci/vcpkg/{x64-linux-static-release.cmake => x64-osx-static-release.cmake}
(92%)
delete mode 100755 dev/tasks/python-wheels/osx-build.sh