diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-11 07:51:11 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-11 07:51:11 +0000 |
commit | 4326a5176293cdeb93485d27cbc4c6d8cc2e2dc4 (patch) | |
tree | defe83260ca30c7806043b8fe5ae7a1b51b3b126 /doc/release | |
parent | 9c3f0da3baf1ad67e54cf2e6b48f7c500bb8fafb (diff) | |
download | numpy-4326a5176293cdeb93485d27cbc4c6d8cc2e2dc4.tar.gz |
Document which configurations work for gfortran + MS compiler.
Diffstat (limited to 'doc/release')
-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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |