Path: blob/main/conda-recipes/llvmdev_for_wheel/conda_build_config.yaml
1154 views
# # Numba/llvmlite stack needs an older compiler for backwards compatability.1# c_compiler_version: # [linux]2# - 7 # [linux and (x86_64 or ppc64le)]3# - 11 # [linux and aarch64]45# cxx_compiler_version: # [linux]6# - 7 # [linux and (x86_64 or ppc64le)]7# - 11 # [linux and aarch64]89# fortran_compiler_version: # [linux]10# - 7 # [linux and (x86_64 or ppc64le)]11# - 11 # [linux and aarch64]1213c_compiler: # [win]14- vs2022 # [win]15cxx_compiler: # [win]16- vs2022 # [win]1718c_compiler_version: # [osx]19- 19 # [osx]2021cxx_compiler_version: # [osx]22- 19 # [osx]232425