Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61798 - sandbox/odeint/branches/karsten
From: karsten.ahnert_at_[hidden]
Date: 2010-05-05 15:53:10


Author: karsten
Date: 2010-05-05 15:53:09 EDT (Wed, 05 May 2010)
New Revision: 61798
URL: http://svn.boost.org/trac/boost/changeset/61798

Log:
adding Jamroot
Added:
   sandbox/odeint/branches/karsten/Jamroot (contents, props changed)

Added: sandbox/odeint/branches/karsten/Jamroot
==============================================================================
--- (empty file)
+++ sandbox/odeint/branches/karsten/Jamroot 2010-05-05 15:53:09 EDT (Wed, 05 May 2010)
@@ -0,0 +1,30 @@
+# Copyright 2009 Karsten Ahnert and Mario Mulansky.
+# Distributed under the Boost Software License, Version 1.0. (See
+# accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+import os ;
+import modules ;
+import path ;
+
+project odeint
+ : requirements ;
+# <include>$BOOST_ROOT ;
+
+build-project libs/numeric/odeint/examples ;
+build-project libs/numeric/odeint/test ;
+# build-project libs/numeric/odeint/doc ;
+
+
+
+path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
+
+
+###### The following is copied from another sandbox project #####
+###### to get the quickbook and boostbook working ... #####
+
+local boost-root = [ modules.peek : BOOST_ROOT ] ;
+local explore-header-include = $(top)/../.. ;
+use-project /boost/regex : $(boost-root)/libs/regex/build ;
+
+##################################################################


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