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

GH-35658: [Packaging] Sync conda recipes with feedstocks #35637

Merged
merged 10 commits into from
Jul 26, 2023
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
aws_crt_cpp:
- 0.19.8
- 0.20.3
aws_sdk_cpp:
- 1.10.57
bzip2:
- '1'
c_ares:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
- '10'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
- '11.2'
cuda_compiler_version_min:
- '10.2'
- '11.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-cuda:10.2
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
- '0.6'
google_cloud_cpp:
- 2.8.0
- '2.12'
libabseil:
- '20230125'
libgrpc:
- '1.52'
- '1.54'
- '1.56'
libprotobuf:
- '3.21'
- 4.23.3
lz4_c:
- 1.9.3
numpy:
- '1.21'
- '1.23'
- '1.20'
- '1.20'
- '1.21'
- '1.21'
openssl:
- '3'
orc:
- 1.8.3
- 1.9.0
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand All @@ -73,9 +73,12 @@ ucx:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
aws_crt_cpp:
- 0.19.8
- 0.20.3
aws_sdk_cpp:
- 1.10.57
bzip2:
- '1'
c_ares:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- None
cuda_compiler_version:
- None
cuda_compiler_version_min:
- '10.2'
- '11.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
- '0.6'
google_cloud_cpp:
- 2.8.0
- '2.12'
libabseil:
- '20230125'
libgrpc:
- '1.52'
- '1.54'
- '1.56'
libprotobuf:
- '3.21'
- 4.23.3
lz4_c:
- 1.9.3
numpy:
- '1.21'
- '1.23'
- '1.20'
- '1.20'
- '1.21'
- '1.21'
openssl:
- '3'
orc:
- 1.8.3
- 1.9.0
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -61,7 +61,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand All @@ -73,9 +73,12 @@ ucx:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
zlib:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.20.3
aws_sdk_cpp:
- 1.10.57
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '10'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.2'
cuda_compiler_version_min:
- '11.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:11.2
gflags:
- '2.2'
glog:
- '0.6'
google_cloud_cpp:
- '2.12'
libabseil:
- '20230125'
libgrpc:
- '1.54'
- '1.56'
libprotobuf:
- '3.21'
- 4.23.3
lz4_c:
- 1.9.3
numpy:
- '1.21'
- '1.23'
- '1.21'
- '1.21'
openssl:
- '3'
orc:
- 1.9.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.03.02
snappy:
- '1'
target_platform:
- linux-aarch64
thrift_cpp:
- 0.18.1
ucx:
- 1.14.0
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
zlib:
- '1.2'
zstd:
- '1.5'
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.19.8
- 0.20.3
aws_sdk_cpp:
- 1.10.57
bzip2:
- '1'
c_ares:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -20,37 +18,43 @@ channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cuda_compiler_version_min:
- '11.2'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gflags:
- '2.2'
glog:
- '0.6'
google_cloud_cpp:
- 2.8.0
- '2.12'
libabseil:
- '20230125'
libgrpc:
- '1.52'
- '1.54'
- '1.56'
libprotobuf:
- '3.21'
- 4.23.3
lz4_c:
- 1.9.3
numpy:
- '1.21'
- '1.23'
- '1.20'
- '1.20'
- '1.21'
- '1.21'
openssl:
- '3'
orc:
- 1.8.3
- 1.9.0
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -61,7 +65,7 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
re2:
- 2023.02.02
- 2023.03.02
snappy:
- '1'
target_platform:
Expand All @@ -73,9 +77,12 @@ ucx:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler
- cuda_compiler_version
- cdt_name
- docker_image
- - libgrpc
- libprotobuf
- - python
- numpy
zlib:
Expand Down
Loading