diff options
Diffstat (limited to 'numpy/distutils/fcompiler/intel.py')
-rw-r--r-- | numpy/distutils/fcompiler/intel.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/numpy/distutils/fcompiler/intel.py b/numpy/distutils/fcompiler/intel.py index 97ef47ea7..166fcbe84 100644 --- a/numpy/distutils/fcompiler/intel.py +++ b/numpy/distutils/fcompiler/intel.py @@ -1,6 +1,3 @@ -# -*- encoding: iso-8859-1 -*- -# above encoding b/c there's a non-ASCII character in the sample output -# of intele # http://developer.intel.com/software/products/compilers/flin/ import sys @@ -124,11 +121,6 @@ class IntelItaniumFCompiler(IntelFCompiler): 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 -#Copyright (C) 1985-2006 Intel Corporation. All rights reserved. -#30 DAY EVALUATION LICENSE - possible_executables = ['ifort', 'efort', 'efc'] executables = { |