Skip to content

Commit a93d3db

Browse files
authored
fix formatting of WoA section
1 parent e460512 commit a93d3db

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/install.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -437,34 +437,34 @@ To then use the built OpenBLAS shared library in Visual Studio:
437437
[Qt Creator](http://qt.nokia.com/products/developer-tools/).
438438
439439
440-
## Windows on Arm
440+
### Windows on Arm
441441
442442
A fully functional native OpenBLAS for WoA that can be built as both a static and dynamic library using LLVM toolchain and Visual Studio 2022. Before starting to build, make sure that you have installed Visual Studio 2022 on your ARM device, including the "Desktop Development with C++" component (that contains the cmake tool).
443443
(Note that you can use the free "Visual Studio 2022 Community Edition" for this task. In principle it would be possible to build with VisualStudio alone, but using
444444
the LLVM toolchain enables native compilation of the Fortran sources of LAPACK and of all the optimized assembly files, which VisualStudio cannot handle on its own)
445445
446-
1. Clone OpenBLAS to your local machine and checkout to latest release of OpenBLAS (unless you want to build the latest development snapshot - here we are using the 0.3.28 release as the example, of course this exact version may be outdated by the time you read this)
446+
1. Clone OpenBLAS to your local machine and checkout to latest release of OpenBLAS (unless you want to build the latest development snapshot - here we are using the 0.3.28 release as the example, of course this exact version may be outdated by the time you read this)
447447
448448
```cmd
449449
git clone https://github.com/OpenMathLib/OpenBLAS.git
450450
cd OpenBLAS
451451
git checkout v0.3.28
452452
```
453453
454-
2. Install Latest LLVM toolchain for WoA:
454+
2. Install Latest LLVM toolchain for WoA:
455455
456-
Download the Latest LLVM toolchain for WoA from [the Release page](https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.5). At the time of writing, this is version 19.1.5 - be sure to select the latest release for which you can find a precompiled package whose name ends in "-woa64.exe" (precompiled packages
457-
usually lag a week or two behind their corresponding source release).
458-
Make sure to enable the option “Add LLVM to the system PATH for all the users”
459-
Note: Make sure that the path of LLVM toolchain is at the top of Environment Variables section to avoid conflicts between the set of compilers available in the system path
456+
Download the Latest LLVM toolchain for WoA from [the Release page](https://github.com/llvm/llvm-project/releases/tag/llvmorg-19.1.5). At the time of writing, this is version 19.1.5 - be sure to select the latest release for which you can find a precompiled package whose name ends in "-woa64.exe" (precompiled packages
457+
usually lag a week or two behind their corresponding source release).
458+
Make sure to enable the option “Add LLVM to the system PATH for all the users”
459+
Note: Make sure that the path of LLVM toolchain is at the top of Environment Variables section to avoid conflicts between the set of compilers available in the system path
460460
461-
3. Launch the Native Command Prompt for Windows ARM64:
461+
3. Launch the Native Command Prompt for Windows ARM64:
462462
463-
From the start menu search for “ARM64 Native Tools Command Prompt for Visual Studio 2022
464-
Alternatively open command prompt, run the following command to activate the environment:
465-
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsarm64.bat"
463+
From the start menu search for “ARM64 Native Tools Command Prompt for Visual Studio 2022
464+
Alternatively open command prompt, run the following command to activate the environment:
465+
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsarm64.bat"
466466
467-
Navigate to the OpenBLAS source code directory and start building OpenBLAS by invoking Ninja:
467+
Navigate to the OpenBLAS source code directory and start building OpenBLAS by invoking Ninja:
468468
469469
```cmd
470470
cd OpenBLAS

0 commit comments

Comments
 (0)