[Numpy-svn] r8090 - branches/1.4.x/numpy/distutils/fcompiler

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Feb 7 15:45:59 EST 2010


Author: charris
Date: 2010-02-07 14:45:59 -0600 (Sun, 07 Feb 2010)
New Revision: 8090

Modified:
   branches/1.4.x/numpy/distutils/fcompiler/gnu.py
Log:
BUG: Backport r8087.


Modified: branches/1.4.x/numpy/distutils/fcompiler/gnu.py
===================================================================
--- branches/1.4.x/numpy/distutils/fcompiler/gnu.py	2010-02-07 20:36:31 UTC (rev 8089)
+++ branches/1.4.x/numpy/distutils/fcompiler/gnu.py	2010-02-07 20:45:59 UTC (rev 8090)
@@ -302,8 +302,8 @@
                 c_compiler = self.c_compiler
                 if c_compiler and c_compiler.compiler_type == "msvc":
                     return []
-            else:
-                raise NotImplementedError("Only MS compiler supported with gfortran on win64")
+                else:
+                    raise NotImplementedError("Only MS compiler supported with gfortran on win64")
         return opt
 
     def get_target(self):




More information about the Numpy-svn mailing list