File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
37
37
:2021-10-13: GCC 10 and clang 12 as default compilers for Linux and macOS
38
38
39
39
These compilers will become the default for building packages in conda-forge.
40
- One notable change in GCC 10 is that the -fopenmp flag in FFLAGS is dropped.
40
+ One notable change in gcc 10 is that the -fopenmp flag in FFLAGS is dropped.
41
+ In clang 12, -std=c++14 explicit flag has been dropped from CXXFLAGS,
42
+ as it is the default compilation mode for clang 12. In clang>=12 and gcc>=11,
43
+ we will not provide an explicit C++ standard, and will defer to the compiler
44
+ default.
41
45
42
46
:2021-10-04: python 3.6 is now dropped when building conda-forge packages
43
47
You can’t perform that action at this time.
0 commit comments