Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numba
GitHub Repository: numba/llvmlite
Path: blob/main/conda-recipes/llvmdev_for_wheel/conda_build_config.yaml
1154 views
1
# # Numba/llvmlite stack needs an older compiler for backwards compatability.
2
# c_compiler_version: # [linux]
3
# - 7 # [linux and (x86_64 or ppc64le)]
4
# - 11 # [linux and aarch64]
5
6
# cxx_compiler_version: # [linux]
7
# - 7 # [linux and (x86_64 or ppc64le)]
8
# - 11 # [linux and aarch64]
9
10
# fortran_compiler_version: # [linux]
11
# - 7 # [linux and (x86_64 or ppc64le)]
12
# - 11 # [linux and aarch64]
13
14
c_compiler: # [win]
15
- vs2022 # [win]
16
cxx_compiler: # [win]
17
- vs2022 # [win]
18
19
c_compiler_version: # [osx]
20
- 19 # [osx]
21
22
cxx_compiler_version: # [osx]
23
- 19 # [osx]
24
25