Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions buildscripts/conda-recipes/pyomp/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
# Numba/llvmlite stack needs an older compiler for backwards compatibility.
# Numba/llvmlite stack needs an older compiler for backwards compatability.
c_compiler_version:
- 7 # [linux and (x86_64 or ppc64le)]
- 9 # [linux and aarch64]
- 9 # [linux]
- 14 # [osx]

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

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

cxx_compiler: # [osx]
- clang_bootstrap # [osx]
Expand Down
Loading