diff options
Diffstat (limited to 'doc/release/1.3.0-notes.rst')
-rw-r--r-- | doc/release/1.3.0-notes.rst | 6 |
1 files changed, 4 insertions, 2 deletions
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |