Skip to content

Commit 1e8e4f7

Browse files
Use GCC 9 for conda builds to be compatible with newer sysroot versions (#35)
1 parent 6bb6672 commit 1e8e4f7

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

buildscripts/conda-recipes/pyomp/conda_build_config.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
# Numba/llvmlite stack needs an older compiler for backwards compatibility.
2-
# Numba/llvmlite stack needs an older compiler for backwards compatability.
31
c_compiler_version:
4-
- 7 # [linux and (x86_64 or ppc64le)]
5-
- 9 # [linux and aarch64]
2+
- 9 # [linux]
63
- 14 # [osx]
74

85
cxx_compiler_version:
9-
- 7 # [linux and (x86_64 or ppc64le)]
10-
- 9 # [linux and aarch64]
6+
- 9 # [linux]
117
- 14 # [osx]
128

139
fortran_compiler_version:
14-
- 7 # [linux and (x86_64 or ppc64le)]
15-
- 9 # [linux and aarch64]
10+
- 9 # [linux]
1611

1712
cxx_compiler: # [osx]
1813
- clang_bootstrap # [osx]

0 commit comments

Comments
 (0)