$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72242 - sandbox/numpy
From: ankitdaf_at_[hidden]
Date: 2011-05-28 08:45:52
Author: ankitdaf
Date: 2011-05-28 08:45:52 EDT (Sat, 28 May 2011)
New Revision: 72242
URL: http://svn.boost.org/trac/boost/changeset/72242
Log:
New addition to support boost.build
Added:
sandbox/numpy/Jamroot.jam (contents, props changed)
Added: sandbox/numpy/Jamroot.jam
==============================================================================
--- (empty file)
+++ sandbox/numpy/Jamroot.jam 2011-05-28 08:45:52 EDT (Sat, 28 May 2011)
@@ -0,0 +1,7 @@
+
+
+project boost_numpy
+ : requirements <include>.
+ : build-dir bin.v2
+ ;
+