From 567ad10f36d49baeefad85641f93aeff4e36dae2 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 17 Nov 2021 15:51:39 +1000 Subject: [PATCH] rearrange --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82a31116..18fa5d1e 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,13 @@ informational purposes only and do not modify the License. ### 4: Prerequisites and Dependencies +The functionality of Armadillo is partly dependent on other libraries: +OpenBLAS (or standard BLAS) and LAPACK (for dense matrices), +as well as ARPACK and SuperLU (for sparse matrices). +Caveat: only SuperLU versions 5.2.x can be used. +On macOS, the Accelerate framework can be used for BLAS and LAPACK functions. +Use of OpenBLAS is strongly recommended on all systems. + Armadillo 10.x requires a C++ compiler that supports at least the C++11 standard. Use Armadillo 9.900 if your compiler only supports the old C++98/C++03 standards. @@ -118,13 +125,6 @@ and then running the following command in a terminal window: On Windows systems, the MinGW toolset or Visual Studio C++ 2019 (MSVC) can be used. -The functionality of Armadillo is partly dependent on other libraries: -OpenBLAS (or standard BLAS) and LAPACK (for dense matrices), -as well as ARPACK and SuperLU (for sparse matrices). -Caveat: only SuperLU versions 5.2.x can be used. -On macOS, the Accelerate framework can be used for BLAS and LAPACK functions. -Use of OpenBLAS is strongly recommended on all systems. - --- ### 5: Linux and macOS: Installation