[Numpy-svn] r5811 - branches/1.1.x/numpy/distutils/fcompiler
numpy-svn at scipy.org
numpy-svn at scipy.org
Sat Sep 13 02:34:29 EDT 2008
Author: cdavid
Date: 2008-09-13 01:34:25 -0500 (Sat, 13 Sep 2008)
New Revision: 5811
Modified:
branches/1.1.x/numpy/distutils/fcompiler/__init__.py
Log:
Backport fcompiler debug fix from trunk (5689).
Modified: branches/1.1.x/numpy/distutils/fcompiler/__init__.py
===================================================================
--- branches/1.1.x/numpy/distutils/fcompiler/__init__.py 2008-09-13 06:27:46 UTC (rev 5810)
+++ branches/1.1.x/numpy/distutils/fcompiler/__init__.py 2008-09-13 06:34:25 UTC (rev 5811)
@@ -129,7 +129,7 @@
arch = ('flags.arch', 'FARCH', 'arch', flaglist),
arch_f77 = ('flags.arch_f77', None, None, flaglist),
arch_f90 = ('flags.arch_f90', None, None, flaglist),
- debug = ('flags.debug', 'FDEBUG', 'fdebug', None, flaglist),
+ debug = ('flags.debug', 'FDEBUG', 'fdebug', flaglist),
debug_f77 = ('flags.debug_f77', None, None, flaglist),
debug_f90 = ('flags.debug_f90', None, None, flaglist),
flags = ('self.get_flags', 'FFLAGS', 'fflags', flaglist),
More information about the Numpy-svn
mailing list