diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-12-06 12:01:48 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-12-06 12:01:48 +0000 |
commit | 6d5ba6d151d2e3bb892b2e6686b91927dc74e64d (patch) | |
tree | 143ad1799fcde836c10dcd9001dcfea55b57474e /numpy/distutils/fcompiler/intel.py | |
parent | 272ed1997edfdf53275a903015025d37eaa98444 (diff) | |
download | numpy-6d5ba6d151d2e3bb892b2e6686b91927dc74e64d.tar.gz |
3K: distutils: remove unnecessary non-ascii characters in intel.py
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 = { |