[Numpy-svn] r4488 - branches/numpy.scons/numpy/distutils/scons/checkers

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Nov 21 23:59:23 EST 2007


Author: cdavid
Date: 2007-11-21 22:59:19 -0600 (Wed, 21 Nov 2007)
New Revision: 4488

Modified:
   branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py
Log:
fix indentation in perflib.py

Modified: branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py
===================================================================
--- branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py	2007-11-22 04:55:44 UTC (rev 4487)
+++ branches/numpy.scons/numpy/distutils/scons/checkers/perflib.py	2007-11-22 04:59:19 UTC (rev 4488)
@@ -1,5 +1,5 @@
 #! /usr/bin/env python
-# Last Change: Tue Nov 06 06:00 PM 2007 J
+# Last Change: Thu Nov 22 01:00 PM 2007 J
 
 # This module defines checkers for performances libs providing standard API,
 # such as MKL (Intel), ATLAS, Sunperf (solaris and linux), Accelerate (Mac OS
@@ -244,7 +244,8 @@
                 check_version, None, autoadd)
 
     if not st:
-	return st, res
+        return st, res
+
     # We are not done: the option -xlic_lib=sunperf is not used by the linked
     # for shared libraries, I have no idea why. So if the test is succesfull,
     # we need more work to get the link options necessary to make the damn
@@ -261,7 +262,7 @@
         restore(env, saved)
 
     if not res:
-	return context.Result('Failed !'), res
+        return context.Result('Failed !'), res
 
     saved = save_and_set(env, opts)
     env.Append(LINKFLAGS = '-#')




More information about the Numpy-svn mailing list