diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-08-19 10:50:35 +0300 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2022-08-19 10:50:35 +0300 |
commit | c56afe796999ee7b3e2c1d4d7cf2e52192794d8b (patch) | |
tree | ede05784d72c804c39b0a5fd54487558dd144bd9 /doc/source/user | |
parent | ab5bd90f7d232df5d5d2caf803c9d25de653056d (diff) | |
download | numpy-c56afe796999ee7b3e2c1d4d7cf2e52192794d8b.tar.gz |
DOC: add notes on GCC 6.5 being the minimum supported GCC version.
Given that GCC 6 is mainly kept for Ubuntu LTS and that has 6.5
when you install gcc-6 with `apt`, let's document that as the
minimum version (also that is what is tested in CI).
[ci skip]
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 4bd0b7183..81f6d33a7 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -59,7 +59,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. On ARM64 (aarch64) + box. GCC 6.5 (and later) compilers are recommended. On ARM64 (aarch64) GCC 8.x (and later) are recommended. 3) Linear Algebra libraries |