summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authorAnirudh Subramanian <anirudh2290@ufl.edu>2020-05-13 19:58:58 +0000
committerAnirudh Subramanian <anirudh2290@ufl.edu>2020-05-13 19:58:58 +0000
commitee0d5850cfee28e0b90d1e42882afa7175bc5f6e (patch)
treec32fde1d810f2c97636bd3ad8d34d0cf9ed1cee4 /doc/source/user
parentdeb794394108dd27f27a5a2781bf3b5131ffff65 (diff)
downloadnumpy-ee0d5850cfee28e0b90d1e42882afa7175bc5f6e.tar.gz
DOC: Add Clang and MSVC to supported compilers list
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/building.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index c88a6cd1e..546fd7daf 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -23,11 +23,11 @@ Building NumPy requires the following software installed:
Various NumPy modules use FORTRAN 77 libraries, so you'll also need a
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, 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.
+ Note that NumPy is developed mainly using GNU compilers and tested on
+ 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.
3) Linear Algebra libraries