summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brett <matthew.brett@gmail.com>2016-06-29 22:45:26 +0100
committerMatthew Brett <matthew.brett@gmail.com>2016-06-29 22:45:26 +0100
commitd0ba18cb318711e997dd143deca02965c89aaea4 (patch)
treeb5f35eeeb7ce633a1e1bb96b45dc7c1bd862b7e6
parentc3c2b689cd4e1ccc24b18e764f105ed0e400ae92 (diff)
downloadnumpy-d0ba18cb318711e997dd143deca02965c89aaea4.tar.gz
DOC: add note of 64-bit wheels on Windows
Say that we do provide 64-bit Windows wheels. Update link to mingwpy.
-rw-r--r--doc/HOWTO_RELEASE.rst.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt
index 609330f13..8c180e1e0 100644
--- a/doc/HOWTO_RELEASE.rst.txt
+++ b/doc/HOWTO_RELEASE.rst.txt
@@ -53,11 +53,10 @@ this `OSX wheel building summary
Windows
-------
-32-bit Python 2.7, 3.4, 3.5 are the versions for which we provide binary
-installers. Windows XP, Vista, 7, 8 and 10 are supported. We build numpy
-using the MSVC compilers on Appveyor, but we are hoping to update to a
-`mingw-w64 toolchain <https://github.com/numpy/numpy/wiki/Mingw-w64-faq>`_
-soon.
+We build 32- and 64-bit wheels for Python 2.7, 3.4, 3.5 on Windows. Windows
+XP, Vista, 7, 8 and 10 are supported. We build numpy using the MSVC compilers
+on Appveyor, but we are hoping to update to a `mingw-w64 toolchain
+<http://mingwpy.github.io>`_. The Windows wheels use ATLAS for BLAS / LAPACK.
Linux
-----