[Numpy-svn] r4289 - branches/numpy.scons/numpy/distutils/scons

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Oct 25 04:00:58 EDT 2007


Author: cdavid
Date: 2007-10-25 03:00:54 -0500 (Thu, 25 Oct 2007)
New Revision: 4289

Modified:
   branches/numpy.scons/numpy/distutils/scons/custom_checkers.py
Log:
Fix typo

Modified: branches/numpy.scons/numpy/distutils/scons/custom_checkers.py
===================================================================
--- branches/numpy.scons/numpy/distutils/scons/custom_checkers.py	2007-10-25 07:58:23 UTC (rev 4288)
+++ branches/numpy.scons/numpy/distutils/scons/custom_checkers.py	2007-10-25 08:00:54 UTC (rev 4289)
@@ -119,7 +119,7 @@
         # TODO: we should have a small test code to test Accelerate vs veclib
         # XXX: This double append is not good, any other way ?
         cflags.append('-framework')
-        clfags.append('Accelerate')
+        cflags.append('Accelerate')
     else:
         libs.append('cblas')
 




More information about the Numpy-svn mailing list