Skip to content

Commit 79a6ccf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e3aa6cf commit 79a6ccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

news/2024-04-30-clang-everywhere.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Our compiler stack per platform generally uses the "default" compiler for that
44
platform, see e.g. [here](https://conda-forge.org/docs/maintainer/infrastructure/#compilers-and-runtimes).
55

66
In practice, this meant that
7+
78
```
89
c_compiler:
910
- gcc # [linux]
@@ -14,6 +15,7 @@ cxx_compiler:
1415
- clangxx # [osx]
1516
- vs2019 # [win]
1617
```
18+
1719
was the only possible choice for C/C++ compilers.
1820

1921
Recently, we finished adding preliminary support `clang` / `clangxx` as
@@ -23,6 +25,7 @@ the default compilers on feedstocks unless there are compelling reasons.
2325

2426
In any case, it is now possible to use the following configuration in
2527
`recipe/conda_build_config.yaml`:
28+
2629
```
2730
# please consult @conda-forge/core before doing this
2831
c_compiler:

0 commit comments

Comments
 (0)