From 4326a5176293cdeb93485d27cbc4c6d8cc2e2dc4 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Wed, 11 Mar 2009 07:51:11 +0000 Subject: Document which configurations work for gfortran + MS compiler. --- doc/release/1.3.0-notes.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/release') diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index b65adac58..57c5864e1 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -84,8 +84,10 @@ gfortran support on windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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). +the C compiler is Visual Studio (VS 2005 and above; VS 2003 will NOT work). +Gfortran + Visual studio does not work on windows 64 bits (but gcc + gfortran +does). It is unclear whether it will be possible to use gfortran and visual +studio at all on x64. Arch option for windows binary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1