Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72265 - sandbox/numpy/libs/python/numpy/src
From: ankitdaf_at_[hidden]
Date: 2011-05-29 14:33:57


Author: ankitdaf
Date: 2011-05-29 14:33:56 EDT (Sun, 29 May 2011)
New Revision: 72265
URL: http://svn.boost.org/trac/boost/changeset/72265

Log:
Updated to include the numpy.jam module
Text files modified:
   sandbox/numpy/libs/python/numpy/src/Jamfile | 16 ++--------------
   1 files changed, 2 insertions(+), 14 deletions(-)

Modified: sandbox/numpy/libs/python/numpy/src/Jamfile
==============================================================================
--- sandbox/numpy/libs/python/numpy/src/Jamfile (original)
+++ sandbox/numpy/libs/python/numpy/src/Jamfile 2011-05-29 14:33:56 EDT (Sun, 29 May 2011)
@@ -1,23 +1,11 @@
-import os ;
-import indirect ;
-import modules ;
-import feature ;
 import python ;
+import numpy ;
 
 using python ;
 
 libraries = ;
 
-local rule probe ( python-cmd )
-{
- local full-cmd =
- $(python-cmd)" -c \"from numpy.distutils import misc_util; print misc_util.get_numpy_include_dirs()" ;
-
- local output = [ shell-cmd $(full-cmd) ] ;
- return $(output) ;
-}
-
-
+#How will the probe command be called ?
 
 if [ python.configured ]
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk