File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Moving to Visual Studio 2022 as default windows compiler
2
+
3
+ Microsoft's Visual Studio (VS) 2019 compiler has reached its
4
+ [ end of life] ( https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2019 )
5
+ over a year ago. In the meantime, several projects have moved on and
6
+ fail to compile with VS2019.
7
+
8
+ We are planning to update our default compilers on windows to the (fully compatible)
9
+ successor VS2022 in one week from now.
10
+
11
+ This will not affect you as a general user of conda-forge packages on windows;
12
+ the only potential impact is that if you are compiling locally with VS2019 against
13
+ artefacts produced by conda-forge, you might be required to upgrade.
14
+
15
+ For more details see https://github.com/conda-forge/conda-forge.github.io/issues/2138 .
You can’t perform that action at this time.
0 commit comments