[Scipy-svn] r3996 - in branches/build_with_scons/scipy: . testing weave

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Mar 5 08:04:24 EST 2008


Author: cdavid
Date: 2008-03-05 07:04:15 -0600 (Wed, 05 Mar 2008)
New Revision: 3996

Added:
   branches/build_with_scons/scipy/testing/setupscons.py
   branches/build_with_scons/scipy/weave/setupscons.py
Modified:
   branches/build_with_scons/scipy/setupscons.py
Log:
All scipy builds with numscons, yeah.

Modified: branches/build_with_scons/scipy/setupscons.py
===================================================================
--- branches/build_with_scons/scipy/setupscons.py	2008-03-05 13:03:09 UTC (rev 3995)
+++ branches/build_with_scons/scipy/setupscons.py	2008-03-05 13:04:15 UTC (rev 3996)
@@ -22,8 +22,8 @@
     config.add_subpackage('stats')
     config.add_subpackage('ndimage')
     config.add_subpackage('stsci')
-    #config.add_subpackage('weave')
-    #config.add_subpackage('testing')
+    config.add_subpackage('weave')
+    config.add_subpackage('testing')
     config.make_svn_version_py()  # installs __svn_version__.py
     config.scons_make_config_py() # installs __config__.py
     return config

Copied: branches/build_with_scons/scipy/testing/setupscons.py (from rev 3979, branches/build_with_scons/scipy/testing/setup.py)

Copied: branches/build_with_scons/scipy/weave/setupscons.py (from rev 3979, branches/build_with_scons/scipy/weave/setup.py)




More information about the Scipy-svn mailing list