@@ -47,9 +47,12 @@ Most options can also be given directly on the command line as parameters to you
47
47
Building OpenBLAS requires the following to be installed:
48
48
49
49
* GNU Make or CMake
50
- * A C compiler, e.g. GCC or Clang
50
+ * A C compiler, e.g. GCC or Clang
51
51
* A Fortran compiler (optional, for LAPACK)
52
52
53
+ In general, using a recent version of the compiler is strongly recommended.
54
+ If a Fortran compiler is not available, it is possible to compile an older version of the included LAPACK
55
+ that has been machine-translated to C.
53
56
54
57
### Normal compile
55
58
@@ -339,7 +342,10 @@ Please see Changelog.txt.
339
342
* Please use GCC version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MinGW/BSD.
340
343
* Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture.
341
344
Clang 3.0 will generate the wrong AVX binary code.
342
- * Please use GCC version 6 or LLVM version 6 and above to compile Skylake AVX512 kernels.
345
+ * Please use GCC version 6 or LLVM version 6 and above to compile Skylake/CooperLake AVX512 kernels
346
+ * Please use LLVM version 18 and above (version 19 and above on Windows) if you plan to use
347
+ its new flang compiler for Fortran
348
+ * Please use GCC version 11 and above to compile OpenBLAS on the POWER architecture
343
349
* The number of CPUs/cores should be less than or equal to 256. On Linux `x86_64` (`amd64`),
344
350
there is experimental support for up to 1024 CPUs/cores and 128 numa nodes if you build
345
351
the library with `BIGNUMA=1`.
0 commit comments