From 447de9dd5a146b8c008f1f401eb53ce8bd67461f Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Sat, 20 Jun 2009 16:41:38 +0000 Subject: BUG: update version_match for recent version of ifort for IA-64 (#1145). --- numpy/distutils/fcompiler/intel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/distutils/fcompiler/intel.py') diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py index b3928015c..f72827332 100644 --- a/numpy/distutils/fcompiler/intel.py +++ b/numpy/distutils/fcompiler/intel.py @@ -122,7 +122,7 @@ class IntelItaniumFCompiler(IntelFCompiler): compiler_aliases = () description = 'Intel Fortran Compiler for Itanium apps' - version_match = intel_version_match('Itanium') + version_match = intel_version_match('Itanium|IA-64') #Intel(R) Fortran Itanium(R) Compiler for Itanium(R)-based applications #Version 9.1    Build 20060928 Package ID: l_fc_c_9.1.039 -- cgit v1.2.1