[Numpy-svn] r2979 - trunk/numpy/distutils/fcompiler

numpy-svn at scipy.org numpy-svn at scipy.org
Tue Aug 8 17:16:06 EDT 2006


Author: cookedm
Date: 2006-08-08 16:16:05 -0500 (Tue, 08 Aug 2006)
New Revision: 2979

Modified:
   trunk/numpy/distutils/fcompiler/intel.py
Log:
fix #234: IntelVisualFCompiler is broken

Modified: trunk/numpy/distutils/fcompiler/intel.py
===================================================================
--- trunk/numpy/distutils/fcompiler/intel.py	2006-08-08 16:10:34 UTC (rev 2978)
+++ trunk/numpy/distutils/fcompiler/intel.py	2006-08-08 21:16:05 UTC (rev 2979)
@@ -128,9 +128,6 @@
 
     ar_exe = 'lib.exe'
     fc_exe = 'ifl'
-    if sys.platform=='win32':
-        from distutils.msvccompiler import MSVCCompiler
-        ar_exe = MSVCCompiler().lib
 
     executables = {
         'version_cmd'  : [fc_exe, "-FI -V -c %(fname)s.f -o %(fname)s.o" \




More information about the Numpy-svn mailing list