Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow-cpp v10.0.1 #875

Merged
merged 40 commits into from
Dec 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a284394
add clang/llvm to pyarrow{,-tests} host dependencies
h-vetinari Sep 16, 2022
943dcc1
Remove needless arrow_python checks
kou Sep 16, 2022
36d1de0
updated v10.0.0
regro-cf-autotick-bot Oct 26, 2022
af2a84c
remove obsolete patch; unpin xsimd
h-vetinari Oct 22, 2022
0885829
sync build scripts with upstream: option reshuffles
h-vetinari Oct 22, 2022
ee1177d
sync build scripts with upstream: option additions/removals
h-vetinari Oct 22, 2022
de8eb75
remove python/numpy dependence from arrow-cpp
h-vetinari Oct 22, 2022
2d14e7e
clean up after each python build
h-vetinari Oct 23, 2022
1487ea3
rename arrow-cpp to libarrow; keep old output names for compat
h-vetinari Dec 2, 2020
e642cb1
add migrations for aws_sdk_cpp19375 and openssl3
h-vetinari Nov 7, 2022
181136f
unpin aws-sdk-cpp
h-vetinari Nov 7, 2022
368b437
make abseil dependence of libarrow explicit
h-vetinari Nov 7, 2022
0a30aab
move LLVM deps to top of host
h-vetinari Nov 7, 2022
5f7cdb5
ensure we split jobs based on openssl version
h-vetinari Nov 7, 2022
a609f57
set -DARROW_USE_GLOG=ON
h-vetinari Nov 7, 2022
e6fefe2
add gflags as host-dep for pyarrow on unix
h-vetinari Nov 7, 2022
d6c957e
silence warning for missing libcuda.so / nvcuda.dll
h-vetinari Nov 7, 2022
f148038
silence warnings about libarrow_python{,_flight}; add tests
h-vetinari Nov 7, 2022
956dcc6
use cuda_compiler_version_min to simplify skips & run-constraints
h-vetinari Nov 7, 2022
e5ec64b
add host-deps that leak from static google-cloud-cpp on win
h-vetinari Nov 8, 2022
2d5bb26
add 9.0.x to abi_migration_branches
h-vetinari Nov 8, 2022
046af23
bump build_ext_version for `-proc` packages
h-vetinari Nov 22, 2022
e45494e
cross-compile aarch64
h-vetinari Nov 22, 2022
25c2906
add cross-compatible cuda migrator for aarch/ppc
h-vetinari Nov 22, 2022
6c8b6c9
remove dependence on six
h-vetinari Nov 22, 2022
1d6fb32
move about section to the end of each output
h-vetinari Nov 22, 2022
db5d504
bump to 10.0.1
h-vetinari Nov 22, 2022
6c775e7
build arrow_flight_sql also on windows
h-vetinari Nov 22, 2022
5d24f88
condense & complete libarrow tests
h-vetinari Nov 22, 2022
f6cd3c6
backport patch for including pyarrow header files; add tests
h-vetinari Nov 23, 2022
a86841b
run full test suite
h-vetinari Nov 23, 2022
2fe189b
skip tests on linux that raise SIGINT
h-vetinari Nov 23, 2022
cbdff41
definitely skip all tests requiring gcs_server fixture
h-vetinari Nov 23, 2022
54bb405
build substrait support in pyarrow
h-vetinari Nov 24, 2022
4869c04
add some more optional test dependencies
h-vetinari Nov 24, 2022
e6f75ed
add skips for tests that cannot succeed
h-vetinari Nov 24, 2022
128015a
add some currently necessary test skips
h-vetinari Nov 29, 2022
72b6609
skip running test suite on PPC; same reason as for numpy/scipy
h-vetinari Nov 29, 2022
eb77099
TEMP: skip CUDA on aarch64 until we can cross-compile
h-vetinari Nov 29, 2022
cef4c3f
MNT: Re-rendered with conda-build 3.23.1, conda-smithy 3.22.0, and co…
h-vetinari Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 18 additions & 67 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 8 additions & 21 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 9 additions & 22 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Loading