diff options
author | cookedm <cookedm@localhost> | 2006-08-08 21:16:05 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-08-08 21:16:05 +0000 |
commit | 217ae0e1df7846bb902a0383c77af26c0c7993a0 (patch) | |
tree | 3606c4c3378321c58d7cd0c895659a2f05443f6b /numpy/distutils/fcompiler/intel.py | |
parent | 417214841d130b0eead0f17444cf47229827548c (diff) | |
download | numpy-217ae0e1df7846bb902a0383c77af26c0c7993a0.tar.gz |
fix #234: IntelVisualFCompiler is broken
Diffstat (limited to 'numpy/distutils/fcompiler/intel.py')
-rw-r--r-- | numpy/distutils/fcompiler/intel.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py index cb540d1bc..59308742d 100644 --- a/numpy/distutils/fcompiler/intel.py +++ b/numpy/distutils/fcompiler/intel.py @@ -128,9 +128,6 @@ class IntelVisualFCompiler(FCompiler): 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" \ |