<div dir="ltr">On 23 August 2013 05:47, Chris Barker - NOAA Federal <span dir="ltr"><<a href="mailto:chris.barker@noaa.gov" target="_blank">chris.barker@noaa.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Aug 22, 2013 at 8:17 PM, Nick Coghlan <<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>> wrote:<br>

<br>
> numpy-1.7.1-cp27-cp22m-win32.whl<br>
> numpy-1.7.1-cp27-cp22m-win32-sse.whl<br>
> numpy-1.7.1-cp27-cp22m-win32-sse2.whl<br>
> numpy-1.7.1-cp27-cp22m-win32-sse3.whl<br>
<br>
I'm still confused -- how would "pip install numpy" know which of<br>
these to install?<br></blockquote><div><br></div><div>The cp27/cp22m/win32 bits are selected automatically based on target platform (it's the "tags" mechanism, see the Wheel PEP)  Nick is suggesting that the version with no sse will always be selected by default, but the user can supply some sort of command line argument saying effectively "if you have a sse2 variant, give me that one instead".</div>
<div><br></div><div>Paul</div></div><br></div></div>