[Scipy-svn] r6534 - branches/0.8.x/scipy/io

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jun 18 09:11:48 EDT 2010


Author: rgommers
Date: 2010-06-18 08:11:47 -0500 (Fri, 18 Jun 2010)
New Revision: 6534

Modified:
   branches/0.8.x/scipy/io/setupscons.py
Log:
BUG: Correctly build io.matlab extensions with numscons.

Modified: branches/0.8.x/scipy/io/setupscons.py
===================================================================
--- branches/0.8.x/scipy/io/setupscons.py	2010-06-18 13:11:33 UTC (rev 6533)
+++ branches/0.8.x/scipy/io/setupscons.py	2010-06-18 13:11:47 UTC (rev 6534)
@@ -2,7 +2,8 @@
 
 def configuration(parent_package='',top_path=None):
     from numpy.distutils.misc_util import Configuration
-    config = Configuration('io', parent_package, top_path)
+    config = Configuration('io', parent_package, top_path,
+                           setup_name = 'setupscons.py')
 
     config.add_sconscript('SConstruct')
 




More information about the Scipy-svn mailing list