From be575d5d34bc00262b4bb726208af3f9bfac0332 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Mon, 7 Mar 2016 12:52:08 -0800 Subject: DOC: note about wheels / windows wheels for pypi Add note about wheels on pypi, and Windows wheels in particular. See discussion at: https://github.com/numpy/numpy/issues/5479 --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c68f5a399..b2e45ec45 100755 --- a/setup.py +++ b/setup.py @@ -12,6 +12,13 @@ interfacing with general-purpose data-base applications. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. +All numpy wheels distributed from pypi are BSD licensed. + +Windows wheels are linked against the ATLAS BLAS / LAPACK library, restricted +to SSE2 instructions, so may not give optimal linear algebra performance for +your machine. See http://docs.scipy.org/doc/numpy/user/install.html for +alternatives. + """ from __future__ import division, print_function -- cgit v1.2.1