diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-10-26 08:02:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-26 08:02:30 -0600 |
commit | d0ce0b3045baefa8fe48641d0c34fd7461165c2c (patch) | |
tree | 60dc8953cf08909dafe97cdb3f3f26cc6d464136 /doc/source/dev/development_environment.rst | |
parent | 7b9b41a4c7dbd7b719d62f343f57f841f5809693 (diff) | |
parent | 955b2906c6da37844b0ee54b8a53850cf5df199f (diff) | |
download | numpy-d0ce0b3045baefa8fe48641d0c34fd7461165c2c.tar.gz |
Merge pull request #14771 from mattip/gcc-4.8
TST, BUILD: add a gcc 4.8 run on ubuntu 18.04
Diffstat (limited to 'doc/source/dev/development_environment.rst')
-rw-r--r-- | doc/source/dev/development_environment.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst index 9d618cc9f..297502b31 100644 --- a/doc/source/dev/development_environment.rst +++ b/doc/source/dev/development_environment.rst @@ -11,8 +11,7 @@ Recommended development setup Since NumPy contains parts written in C and Cython that need to be compiled before use, make sure you have the necessary compilers and Python development headers installed - see :ref:`building-from-source`. Building -NumPy as of version ``1.17`` requires a C99 compliant compiler. For -some older compilers this may require ``export CFLAGS='-std=c99'``. +NumPy as of version ``1.17`` requires a C99 compliant compiler. Having compiled code also means that importing NumPy from the development sources needs some additional steps, which are explained below. For the rest |