We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3a992 commit 579eda3Copy full SHA for 579eda3
docs/install.md
@@ -244,6 +244,7 @@ newer installed.
244
conda update -n base conda
245
conda install -y cmake flang_win-64 clangdev perl libflang ninja
246
```
247
+ (if you want to build with OpenMP support, add `llvm-openmp` and `llvm-openmp-fortran`)
248
5. Still in the Anaconda Command Prompt window, activate the 64-bit MSVC environment with `vcvarsall x64`.
249
On Windows 11 with Visual Studio 2022, this would be done by invoking:
250
0 commit comments