[Numpy-svn] r4601 - branches/numpy.scons/numpy/distutils/command

numpy-svn at scipy.org numpy-svn at scipy.org
Sun Dec 16 01:40:01 EST 2007


Author: cdavid
Date: 2007-12-16 00:39:45 -0600 (Sun, 16 Dec 2007)
New Revision: 4601

Modified:
   branches/numpy.scons/numpy/distutils/command/develop.py
Log:
Make sure scons command is called in develop mode

Modified: branches/numpy.scons/numpy/distutils/command/develop.py
===================================================================
--- branches/numpy.scons/numpy/distutils/command/develop.py	2007-12-16 06:06:55 UTC (rev 4600)
+++ branches/numpy.scons/numpy/distutils/command/develop.py	2007-12-16 06:39:45 UTC (rev 4601)
@@ -12,4 +12,6 @@
         self.reinitialize_command('build_src', inplace=1)
         # Make sure scripts are built.
         self.run_command('build_scripts')
+        # Make sure scons exts are built.
+        self.run_command('scons')
         old_develop.install_for_development(self)




More information about the Numpy-svn mailing list