[Numpy-svn] r5272 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Jun 12 03:43:31 EDT 2008


Author: cdavid
Date: 2008-06-12 02:43:27 -0500 (Thu, 12 Jun 2008)
New Revision: 5272

Modified:
   trunk/numpy/core/setupscons.py
Log:
Adapt numpyconfig.h location in setup.py file.

Modified: trunk/numpy/core/setupscons.py
===================================================================
--- trunk/numpy/core/setupscons.py	2008-06-12 07:28:27 UTC (rev 5271)
+++ trunk/numpy/core/setupscons.py	2008-06-12 07:43:27 UTC (rev 5272)
@@ -50,7 +50,7 @@
         # XXX: I really have to think about how to communicate path info
         # between scons and distutils, and set the options at one single
         # location.
-        target = join(scons_build_dir, local_dir, 'numpyconfig.h')
+        target = join(scons_build_dir, local_dir, 'include/numpy/numpyconfig.h')
         incl_dir = os.path.dirname(target)
         if incl_dir not in config.numpy_include_dirs:
             config.numpy_include_dirs.append(incl_dir)




More information about the Numpy-svn mailing list