We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb6672 commit 1e8e4f7Copy full SHA for 1e8e4f7
1 file changed
buildscripts/conda-recipes/pyomp/conda_build_config.yaml
@@ -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.
3
c_compiler_version:
4
- - 7 # [linux and (x86_64 or ppc64le)]
5
- - 9 # [linux and aarch64]
+ - 9 # [linux]
6
- 14 # [osx]
7
8
cxx_compiler_version:
9
10
11
12
13
fortran_compiler_version:
14
15
16
17
cxx_compiler: # [osx]
18
- clang_bootstrap # [osx]
0 commit comments