[Numpy-svn] r4692 - branches/build_with_scons/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Jan 6 09:14:26 EST 2008


Author: cdavid
Date: 2008-01-06 08:14:23 -0600 (Sun, 06 Jan 2008)
New Revision: 4692

Modified:
   branches/build_with_scons/numpy/distutils/misc_util.py
Log:
Add function add_configres for numpy.distutils.Configuration

Modified: branches/build_with_scons/numpy/distutils/misc_util.py
===================================================================
--- branches/build_with_scons/numpy/distutils/misc_util.py	2008-01-06 14:09:03 UTC (rev 4691)
+++ branches/build_with_scons/numpy/distutils/misc_util.py	2008-01-06 14:14:23 UTC (rev 4692)
@@ -1212,6 +1212,10 @@
             # options in distutils command.
             self.add_extension('', sources = [])
 
+    def add_configres(self):
+        file = os.path.join(get_scons_configres_dir(), self.local_path, 
+                            get_scons_configres_filename())
+
     def add_scripts(self,*files):
         """Add scripts to configuration.
         """




More information about the Numpy-svn mailing list