diff options
author | Hugo Mendes <hugospm@al.insper.edu.br> | 2020-06-26 02:15:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 08:15:25 +0300 |
commit | 2846b957d28672851c8731583e630295b61ec85e (patch) | |
tree | 8ffa7b1d7cbe19a681928221a483015aac95737a /doc/source/user | |
parent | 69f49af649103cca7d89ed2a368717e2a0ca7a6f (diff) | |
download | numpy-2846b957d28672851c8731583e630295b61ec85e.tar.gz |
DOC: updated gcc minimum recommend version to build from source (#16683)
* DOC: updated gcc minimum recommend version to build from source
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 6a880b59e..ddfb207c4 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -31,7 +31,7 @@ Building NumPy requires the following software installed: MSVC and Clang compilers. Compilers from other vendors such as Intel, Absoft, Sun, NAG, Compaq, Vast, Portland, Lahey, HP, IBM are only supported in the form of community feedback, and may not work out of the box. - GCC 4.x (and later) compilers are recommended. + GCC 4.x (and later) compilers are recommended. On ARM64 (aarch64) GCC 8.x (and later) are recommended. 3) Linear Algebra libraries |