conda_build_config.yaml 528 Bytes
Newer Older
dugupeiwen's avatar
dugupeiwen committed
1
2
3
4
5
6
7
8
9
10
11
12
# Numba/llvmlite stack needs an older compiler for backwards compatibility.
c_compiler_version:         # [linux]
  - 7                       # [linux and (x86_64 or ppc64le)]
  - 9                       # [linux and aarch64]

cxx_compiler_version:       # [linux]
  - 7                       # [linux and (x86_64 or ppc64le)]
  - 9                       # [linux and aarch64]

fortran_compiler_version:   # [linux]
  - 7                       # [linux and (x86_64 or ppc64le)]
  - 9                       # [linux and aarch64]