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