File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Our compiler stack per platform generally uses the "default" compiler for that
4
4
platform, see e.g. [ here] ( https://conda-forge.org/docs/maintainer/infrastructure/#compilers-and-runtimes ) .
5
5
6
6
In practice, this meant that
7
+
7
8
```
8
9
c_compiler:
9
10
- gcc # [linux]
@@ -14,6 +15,7 @@ cxx_compiler:
14
15
- clangxx # [osx]
15
16
- vs2019 # [win]
16
17
```
18
+
17
19
was the only possible choice for C/C++ compilers.
18
20
19
21
Recently, we finished adding preliminary support ` clang ` / ` clangxx ` as
@@ -23,6 +25,7 @@ the default compilers on feedstocks unless there are compelling reasons.
23
25
24
26
In any case, it is now possible to use the following configuration in
25
27
` recipe/conda_build_config.yaml ` :
28
+
26
29
```
27
30
# please consult @conda-forge/core before doing this
28
31
c_compiler:
You can’t perform that action at this time.
0 commit comments