Skip to content

Commit

Permalink
ARROW-10224: [Python][Packaging] Build, test, and support Python 3.9
Browse files Browse the repository at this point in the history
Updates vendored arrow-cpp-feedstock to abbcc009d4171a8d6c
  • Loading branch information
terencehonles committed Dec 12, 2020
1 parent 1378c20 commit 173d45e
Show file tree
Hide file tree
Showing 38 changed files with 552 additions and 83 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ if(MSVC AND ARROW_USE_STATIC_CRT)
set(Boost_USE_STATIC_RUNTIME ON)
endif()
set(Boost_ADDITIONAL_VERSIONS
"1.74.0"
"1.74"
"1.73.0"
"1.73"
"1.72.0"
Expand Down
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ IMPORT_TESTS
}

test_linux_wheels() {
local py_arches="3.5m 3.6m 3.7m 3.8"
local py_arches="3.5m 3.6m 3.7m 3.8 3.9"
local manylinuxes="1 2010 2014"

for py_arch in ${py_arches}; do
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.6.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.7.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7.5'
- '7'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -23,23 +23,23 @@ cuda_compiler_version:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7.5'
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -55,11 +55,16 @@ pin_run_as_build:
python:
- 3.8.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_sdk_cpp:
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-aarch64
gflags:
- '2.2'
glog:
- 0.4.0
grpc_cpp:
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.19'
orc:
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
bzip2:
max_pin: x
lz4-c:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.9.* *_cpython
re2:
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - numpy
- python
zlib:
- '1.2'
zstd:
- '1.4'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
Expand Down Expand Up @@ -27,15 +27,15 @@ gflags:
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -51,14 +51,18 @@ pin_run_as_build:
python:
- 3.6.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- docker_image
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.8.54
- 1.8.63
boost_cpp:
- 1.74.0
bzip2:
Expand Down Expand Up @@ -27,15 +27,15 @@ gflags:
glog:
- 0.4.0
grpc_cpp:
- '1.30'
- '1.32'
libprotobuf:
- '3.13'
lz4_c:
- 1.9.2
numpy:
- '1.16'
orc:
- 1.6.4
- 1.6.5
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
Expand All @@ -51,14 +51,18 @@ pin_run_as_build:
python:
- 3.7.* *_cpython
re2:
- 2020.08.01
- 2020.10.01
snappy:
- '1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cuda_compiler_version
- docker_image
- - numpy
- python
zlib:
- '1.2'
zstd:
Expand Down
Loading

0 comments on commit 173d45e

Please sign in to comment.