diff options
-rw-r--r-- | doc/source/user/building.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index fa3f2ccb4..b98f89c2d 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -32,7 +32,7 @@ Building NumPy requires the following software installed: FORTRAN 77 compiler installed. Note that NumPy is developed mainly using GNU compilers. Compilers from - other vendors such as Intel, Absoft, Sun, NAG, Compaq, Vast, Porland, + other vendors such as Intel, Absoft, Sun, NAG, Compaq, Vast, Portland, Lahey, HP, IBM, Microsoft 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. @@ -137,7 +137,7 @@ Additional compiler flags can be supplied by setting the ``OPT``, Building with ATLAS support --------------------------- -Ubuntu +Ubuntu ~~~~~~ You can install the necessary package for optimized ATLAS with this command:: |