From 6904a166f70ea06608b5d05c51caf149499bc6d9 Mon Sep 17 00:00:00 2001 From: Ankit Daftery Date: Sun, 29 May 2011 18:33:56 +0000 Subject: [PATCH] Updated to include the numpy.jam module --- libs/python/numpy/src/Jamfile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/libs/python/numpy/src/Jamfile b/libs/python/numpy/src/Jamfile index c8b6fd3b..e2c8c4c2 100644 --- a/libs/python/numpy/src/Jamfile +++ b/libs/python/numpy/src/Jamfile @@ -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 ] {