From f0345b25211df0800ff579b46250d98ea49dfebe Mon Sep 17 00:00:00 2001 From: Ankit Daftery Date: Sat, 28 May 2011 12:45:52 +0000 Subject: [PATCH] New addition to support boost.build --- Jamroot.jam | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Jamroot.jam diff --git a/Jamroot.jam b/Jamroot.jam new file mode 100644 index 00000000..aeaff166 --- /dev/null +++ b/Jamroot.jam @@ -0,0 +1,7 @@ + + +project boost_numpy + : requirements . + : build-dir bin.v2 + ; +