diff options
Diffstat (limited to 'scipy/distutils/fcompiler/intel.py')
-rw-r--r-- | scipy/distutils/fcompiler/intel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/distutils/fcompiler/intel.py b/scipy/distutils/fcompiler/intel.py index 2cd255d98..0e7375943 100644 --- a/scipy/distutils/fcompiler/intel.py +++ b/scipy/distutils/fcompiler/intel.py @@ -73,7 +73,7 @@ class IntelItaniumFCompiler(IntelFCompiler): ' for the Itanium\(TM\)-based applications,'\ ' Version (?P<version>[^\s*]*)' - for fc_exe in map(find_executable,['efort','efc','ifort']): + for fc_exe in map(find_executable,['ifort','efort','efc']): if os.path.isfile(fc_exe): break |