[Numpy-svn] r5274 - trunk/numpy/lib

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Jun 12 05:01:25 EDT 2008


Author: cdavid
Date: 2008-06-12 04:01:13 -0500 (Thu, 12 Jun 2008)
New Revision: 5274

Added:
   trunk/numpy/lib/SConscript
   trunk/numpy/lib/SConstruct
Removed:
   trunk/numpy/lib/SConstruct
Log:
Adapt numpy.lib to new scons build_dir behavior.

Copied: trunk/numpy/lib/SConscript (from rev 5266, trunk/numpy/lib/SConstruct)

Deleted: trunk/numpy/lib/SConstruct
===================================================================
--- trunk/numpy/lib/SConstruct	2008-06-12 08:59:20 UTC (rev 5273)
+++ trunk/numpy/lib/SConstruct	2008-06-12 09:01:13 UTC (rev 5274)
@@ -1,9 +0,0 @@
-# Last Change: Tue May 20 05:00 PM 2008 J
-# vim:syntax=python
-from numscons import GetNumpyEnvironment, scons_get_paths
-
-env = GetNumpyEnvironment(ARGUMENTS)
-env.Append(CPPPATH = scons_get_paths(env['include_bootstrap']))
-
-_compiled_base = env.NumpyPythonExtension('_compiled_base', 
-                                        source = ['src/_compiled_base.c'])

Copied: trunk/numpy/lib/SConstruct (from rev 5270, trunk/numpy/core/SConstruct)




More information about the Numpy-svn mailing list