forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-35658: [Packaging] Sync conda recipes with feedstocks (apach…
…e#35637) Corresponds to conda-forge/arrow-cpp-feedstock#1053 for pyarrow (one failing test on our infra that needs debugging), as well as the state of the feedstock for r-arrow after conda-forge/r-arrow-feedstock#65 * Closes: apache#35658 Authored-by: H. Vetinari <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
1 parent
5d0bcf4
commit c1ea980
Showing
28 changed files
with
687 additions
and
220 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
91 changes: 91 additions & 0 deletions
91
dev/tasks/conda-recipes/.ci_support/linux_aarch64_cuda_compiler_version11.2.yaml
This file contains 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
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' |
This file contains 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
Oops, something went wrong.