blob: 11813c847af2fa8d11ab817646c3371f451dcfc4 [file] [log] [blame]
Brian Silverman7c33ab22018-08-04 17:14:51 -07001# Copyright 2009-2013 Karsten Ahnert
2# Copyright 2010-2013 Mario Mulansky
3# Copyright 2013 Pascal Germroth
4# Distributed under the Boost Software License, Version 1.0. (See
5# accompanying file LICENSE_1_0.txt or copy at
6# http://www.boost.org/LICENSE_1_0.txt)
7
8
9project
10 : requirements
11 <define>BOOST_ALL_NO_LIB=1
12 :
13 ;
14
15
16exe harmonic_oscillator : harmonic_oscillator.cpp ;
17exe solar_system : solar_system.cpp ;
18exe chaotic_system : chaotic_system.cpp ;
19exe stiff_system : stiff_system.cpp ;
20exe fpu : fpu.cpp ;
21exe phase_oscillator_ensemble : phase_oscillator_ensemble.cpp ;
22exe harmonic_oscillator_units : harmonic_oscillator_units.cpp : <toolset>clang:<build>no ;
23exe stuart_landau : stuart_landau.cpp ;
24exe two_dimensional_phase_lattice : two_dimensional_phase_lattice.cpp ;
25exe bulirsch_stoer : bulirsch_stoer.cpp ;
26exe elliptic_functions : elliptic_functions.cpp ;
27exe resizing_lattice : resizing_lattice.cpp ;
28exe list_lattice : list_lattice.cpp ;
29exe stepper_details : stepper_details.cpp ;
30exe my_vector : my_vector.cpp ;
31exe lorenz : lorenz.cpp ;
32exe lorenz_point : lorenz_point.cpp ;
33exe van_der_pol_stiff : van_der_pol_stiff.cpp ;
34exe simple1d : simple1d.cpp ;
35exe stochastic_euler : stochastic_euler.cpp ;
36exe generation_functions : generation_functions.cpp ;
37exe heun : heun.cpp ;
38exe bind_member_functions : bind_member_functions.cpp ;
39exe bind_member_functions_cpp11 : bind_member_functions_cpp11.cpp : <cxxflags>-std=c++0x ;
40exe molecular_dynamics : molecular_dynamics.cpp : <cxxflags>-std=c++0x ;
41exe molecular_dynamics_cells : molecular_dynamics_cells.cpp : <cxxflags>-std=c++0x ;
42exe abm_precision : abm_precision.cpp ;
43exe integrate_times : integrate_times.cpp ;
44exe find_crossing : find_crossing.cpp : <cxxflags>-std=c++0x ;
45
46build-project multiprecision ;
47# build-project mtl ;
48# build-project ublas ;
49# build-project gmpxx ;
50# build-project openmp ;
51# build-project mpi ;