File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -229,14 +229,15 @@ the C parts, as the ABI imposed by `ifort` is incompatible with MSVC
229229
230230A fully-optimized OpenBLAS that can be statically or dynamically linked to your
231231application can currently be built for the 64-bit architecture with the LLVM
232- compiler infrastructure. We're going to use [ Miniconda3] ( https://docs.anaconda.com/miniconda/ )
232+ compiler infrastructure. We're going to use [ Miniforge3] the pre-configured
233+ and more versatile alternative to [ Miniconda] ( https://docs.anaconda.com/miniconda/ )
233234to grab all of the tools we need, since some of them are in an experimental
234235status. Before you begin, you'll need to have Microsoft Visual Studio 2015 or
235236newer installed.
236237
2372381 . Install Miniforge for 64-bit Windows with the latest version of the installer Miniforge3-Windows-x86_64.exe
238239 available on [ github.com] ( https://github.com/conda-forge/miniforge/releases/ )
239- 2 . Open the "Anaconda Command Prompt" now available in the Start Menu, or at ` %USERPROFILE%\miniconda3 \shell\condabin\conda-hook.ps1 ` .
240+ 2 . Open the "Miniforge Command Prompt" now available in the Start Menu, or at ` %USERPROFILE%\miniforge3 \shell\condabin\conda-hook.ps1 ` .
2402413 . In that command prompt window, use ` cd ` to change to the directory where you want to build OpenBLAS.
2412424 . Now install all of the tools we need:
242243 ```
You can’t perform that action at this time.
0 commit comments