From 944894a446d11463019005e2762fda47f4dc30b4 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Fri, 6 Mar 2009 14:39:26 +0000 Subject: Mention /arch option for binary installer. --- doc/release/1.3.0-notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/release') diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 64faf9dd3..2c7bfe7a7 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -81,6 +81,16 @@ Gfortran can now be used as a fortran compiler for numpy on windows, even when the C compiler is Visual Studio. Gfortran + Visual studio does not work on windows 64 bits (but gcc + gfortran does). +Arch option for windows binary +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Automatic arch detection can now be bypassed from the command line for the superpack installed: + + numpy-1.3.0-superpack-win32.exe /arch=nosse + +will install a numpy which works on any x86, even if the running computer +supports SSE set. + Deprecated features =================== -- cgit v1.2.1