Skip to content

Commit 5930c16

Browse files
authored
Merge pull request #5097 from matthew-brett/fix-woa-cmd
Fix Windows on ARM build instructions
2 parents 876ba58 + 252c432 commit 5930c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,13 +480,13 @@ the LLVM toolchain enables native compilation of the Fortran sources of LAPACK a
480480
481481
4. Navigate to the OpenBLAS source code directory and start building OpenBLAS
482482
by invoking Ninja:
483-
483+
484484
```cmd
485485
cd OpenBLAS
486486
mkdir build
487487
cd build
488-
489-
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DTARGET=ARMV8 -DBINARY=64 -DCMAKE_C_COMPILER=clang-cl -DCMAKE_C_COMPILER=arm64-pc-windows-msvc -DCMAKE_ASM_COMPILER=arm64-pc-windows-msvc -DCMAKE_Fortran_COMPILER=flang-new
488+
489+
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DTARGET=ARMV8 -DBINARY=64 -DCMAKE_C_COMPILER=clang-cl -DCMAKE_C_COMPILER_TARGET=arm64-pc-windows-msvc -DCMAKE_ASM_COMPILER_TARGET=arm64-pc-windows-msvc -DCMAKE_Fortran_COMPILER=flang-new
490490
491491
ninja -j16
492492
```

0 commit comments

Comments
 (0)