diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-30 17:34:56 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-30 17:34:56 +0000 |
commit | d4d34804676f06da528adffef24e7d0b7b194d9c (patch) | |
tree | 45a8aa97edd78a86948545c1031a849ea7bbd943 /pavement.py | |
parent | e0abf3b34a1e36a537ff0399743193a0878249a5 (diff) | |
download | numpy-d4d34804676f06da528adffef24e7d0b7b194d9c.tar.gz |
REL: re-enable SSE2 binary in the superpack.
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py index 7bcbdeafe..47f8dd63b 100644 --- a/pavement.py +++ b/pavement.py @@ -202,8 +202,8 @@ def bdist_superpack(options): bdist_wininst_arch(pyver, 'nosse') copy_bdist("nosse") - #bdist_wininst_arch(pyver, 'sse2') - #copy_bdist("sse2") + bdist_wininst_arch(pyver, 'sse2') + copy_bdist("sse2") bdist_wininst_arch(pyver, 'sse3') copy_bdist("sse3") |