Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57880 - sandbox/odeint
From: karsten.ahnert_at_[hidden]
Date: 2009-11-24 04:37:03


Author: karsten
Date: 2009-11-24 04:37:02 EST (Tue, 24 Nov 2009)
New Revision: 57880
URL: http://svn.boost.org/trac/boost/changeset/57880

Log:
Jamfile and project.root.jam to Jamroot

Added:
   sandbox/odeint/Jamroot (contents, props changed)
Removed:
   sandbox/odeint/Jamfile
   sandbox/odeint/project-root.jam

Deleted: sandbox/odeint/Jamfile
==============================================================================
--- sandbox/odeint/Jamfile 2009-11-24 04:37:02 EST (Tue, 24 Nov 2009)
+++ (empty file)
@@ -1,10 +0,0 @@
-# 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)
-
-project odeint
- : requirements
- <include>$BOOST_ROOT ;
-
-build-project libs/numeric/odeint/examples ;

Added: sandbox/odeint/Jamroot
==============================================================================
--- (empty file)
+++ sandbox/odeint/Jamroot 2009-11-24 04:37:02 EST (Tue, 24 Nov 2009)
@@ -0,0 +1,32 @@
+# 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 ;
+
+
+
+
+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 ;
+
+
+##################################################################

Deleted: sandbox/odeint/project-root.jam
==============================================================================
--- sandbox/odeint/project-root.jam 2009-11-24 04:37:02 EST (Tue, 24 Nov 2009)
+++ (empty file)
@@ -1,23 +0,0 @@
-# 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 ;
-
-path-constant BOOST_ROOT : [ os.environ BOOST_ROOT ] ;
-
-
-###### The following is copied from another sandbox project #####
-###### to get the quickbook and boostbook working ... #####
-
-import modules ;
-import path ;
-
-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