Re: [Numpy-discussion] An idea for future numpy windows installers

2008-02-05 Thread David Cournapeau
Alexander Michael wrote: > On Feb 4, 2008 5:13 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: >> Hi, >> >> While studying a bit nsis (an open source system to build windows >> installers), I realized that it would be good if we could detect the >> target CPU and install the right numpy according

Re: [Numpy-discussion] An idea for future numpy windows installers

2008-02-04 Thread Alexander Michael
On Feb 4, 2008 5:13 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: > Hi, > > While studying a bit nsis (an open source system to build windows > installers), I realized that it would be good if we could detect the > target CPU and install the right numpy accordingly. I have coded a > nsis plugin

[Numpy-discussion] An idea for future numpy windows installers

2008-02-04 Thread David Cournapeau
Hi, While studying a bit nsis (an open source system to build windows installers), I realized that it would be good if we could detect the target CPU and install the right numpy accordingly. I have coded a nsis plugin to detect SSE availability (no SSE vs SSE vs SSE2 vs SS3), and including insta