summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-05-13 20:37:10 -0500
committerGitHub <noreply@github.com>2020-05-13 20:37:10 -0500
commit59e8fc601bf38c94bf1ee0a7153a7ee385133e4b (patch)
tree650fc96263f6f1f1e1d25c8ffbddd509fb3e2824
parent3d99ec9df4d90656286d0482f0f50af886616a96 (diff)
parentee0d5850cfee28e0b90d1e42882afa7175bc5f6e (diff)
downloadnumpy-59e8fc601bf38c94bf1ee0a7153a7ee385133e4b.tar.gz
Merge pull request #16228 from anirudh2290/compilers_supported_doc
DOC: Add Clang and MSVC to supported compilers list
-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