diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-08-19 07:00:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 07:00:10 -0500 |
commit | 555c07f71d779d59a0ea097f811442a6c1bb405c (patch) | |
tree | 31204c1549954ab25aef0f77ebf886d11ca4fec5 /doc/source/user | |
parent | f04f803597157bfdffe4f44f0283a256bf5054f6 (diff) | |
parent | c56afe796999ee7b3e2c1d4d7cf2e52192794d8b (diff) | |
download | numpy-555c07f71d779d59a0ea097f811442a6c1bb405c.tar.gz |
Merge pull request #22150 from seiko2plus/issue_21920
CI: Test NumPy build against old versions of GCC(6, 7, 8)
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 |