File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,31 @@ cuda_compiler_version:
40
40
- 11.8 # [linux or win]
41
41
- 12.4 # [linux and ppc64le]
42
42
- 12.8 # [(linux and not ppc64le) or win]
43
+ docker_image : # [linux]
44
+ # non-CUDA builds
45
+ - quay.io/condaforge/linux-anvil-x86_64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-64"]
46
+ - quay.io/condaforge/linux-anvil-aarch64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
47
+ - quay.io/condaforge/linux-anvil-ppc64le:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
48
+
49
+ # CUDA 11.8 builds
50
+ - quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [linux64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
51
+ # CUDA 11.8 arch: native compilation (build == target)
52
+ - quay.io/condaforge/linux-anvil-aarch64-cuda11.8:ubi8 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
53
+ - quay.io/condaforge/linux-anvil-ppc64le-cuda11.8:ubi8 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
54
+ # CUDA 11.8 arch: cross-compilation (build != target)
55
+ - quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-64"]
56
+ - quay.io/condaforge/linux-anvil-x86_64-cuda11.8:ubi8 # [ppc64le and os.environ.get("BUILD_PLATFORM") == "linux-64"]
57
+
58
+ # CUDA 12.x builds
59
+ - quay.io/condaforge/linux-anvil-x86_64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-64"]
60
+ - quay.io/condaforge/linux-anvil-aarch64:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
61
+ - quay.io/condaforge/linux-anvil-ppc64le:alma9 # [linux and os.environ.get("BUILD_PLATFORM") == "linux-ppc64le"]
62
+
63
+ zip_keys : # [linux or win]
64
+ - cuda_compiler # [linux or win]
65
+ - cuda_compiler_version # [linux or win]
66
+ - docker_image # [linux]
67
+
43
68
# CUDA 11.8 is not compatible with current compilers
44
69
c_compiler : # [win]
45
70
- vs2019 # [win]
You can’t perform that action at this time.
0 commit comments