Skip to content

Commit

Permalink
DOC: add notes on GCC 6.5 being the minimum supported GCC version.
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
rgommers committed Aug 19, 2022
1 parent ab5bd90 commit c56afe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ skipped when running the test suite if no Fortran compiler is available. For
building Scipy a Fortran compiler is needed though, so we include some details
on Fortran compilers in the rest of this section.

On OS X and Linux, all common compilers will work.
On OS X and Linux, all common compilers will work. The minimum supported GCC
version is 6.5.

For Fortran, ``gfortran`` works, ``g77`` does not. In case ``g77`` is
installed then ``g77`` will be detected and used first. To explicitly select
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

This comment has been minimized.

Copy link
@mattip

mattip Aug 25, 2022

Member

This is not related and has been reported to github.


3) Linear Algebra libraries
Expand Down

0 comments on commit c56afe7

Please sign in to comment.