-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconda_build_config.yaml
35 lines (35 loc) · 2.48 KB
/
conda_build_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# CUDA 12 on aarch needs newer glibc, which requires us to override
# the whole monster zip just to bump c_stdlib_version / docker_image
c_stdlib_version: # [linux and aarch64]
- 2.17 # [linux and aarch64]
- 2.17 # [linux and aarch64]
- 2.28 # [linux and aarch64]
docker_image: # [linux and aarch64]
- quay.io/condaforge/linux-anvil-cos7-x86_64 # [linux and aarch64]
- quay.io/condaforge/linux-anvil-cuda:11.8 # [linux and aarch64]
- quay.io/condaforge/linux-anvil-alma-x86_64:8 # [linux and aarch64]
# rest just to make smithy happy
c_compiler_version: # [linux and aarch64]
- 12 # [linux and aarch64]
- 11 # [linux and aarch64]
- 12 # [linux and aarch64]
cxx_compiler_version: # [linux and aarch64]
- 12 # [linux and aarch64]
- 11 # [linux and aarch64]
- 12 # [linux and aarch64]
fortran_compiler_version: # [linux and aarch64]
- 12 # [linux and aarch64]
- 11 # [linux and aarch64]
- 12 # [linux and aarch64]
cdt_name: # [linux and aarch64]
- cos7 # [linux and aarch64]
- cos7 # [linux and aarch64]
- cos7 # [linux and aarch64]
cuda_compiler: # [linux and aarch64]
- None # [linux and aarch64]
- nvcc # [linux and aarch64]
- cuda-nvcc # [linux and aarch64]
cuda_compiler_version: # [linux and aarch64]
- None # [linux and aarch64]
- 11.8 # [linux and aarch64]
- 12.0 # [linux and aarch64]