Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / numeric / odeint / examples / mtl / Jamfile.v2
1 # Copyright 2011-2013 Mario Mulansky
2 # Copyright 2012 Karsten Ahnert
3 # Distributed under the Boost Software License, Version 1.0. (See
4 # accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6
7 # set your MTL4 directory here
8 MTL4_INCLUDE = /home/mario/MTL4 ;
9
10 project
11     : requirements 
12       <include>../../../../..
13       <include>$(MTL4_INCLUDE)
14       <define>BOOST_ALL_NO_LIB=1
15     ;
16     
17 exe gauss_packet : gauss_packet.cpp ;
18 exe implicit_euler_mtl : implicit_euler_mtl.cpp ;