Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions doc/source/user/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ Building NumPy requires the following software installed:

2) Compilers

Much of NumPy is written in C. You will need a C compiler that complies
with the C99 standard.

Part of Numpy is now written in C++. You will also need a C++ compiler that
complies with the C++11 standard.
Much of NumPy is written in C and C++. You will need a C compiler that
complies with the C99 standard, and a C++ compiler that complies with the
C++17 standard.

While a FORTRAN 77 compiler is not necessary for building NumPy, it is
needed to run the ``numpy.f2py`` tests. These tests are skipped if the
Expand Down