Brian Silverman | 7c33ab2 | 2018-08-04 17:14:51 -0700 | [diff] [blame^] | 1 | # 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 | |
| 9 | project |
| 10 | : requirements |
| 11 | <define>BOOST_ALL_NO_LIB=1 |
| 12 | : |
| 13 | ; |
| 14 | |
| 15 | |
| 16 | exe harmonic_oscillator : harmonic_oscillator.cpp ; |
| 17 | exe solar_system : solar_system.cpp ; |
| 18 | exe chaotic_system : chaotic_system.cpp ; |
| 19 | exe stiff_system : stiff_system.cpp ; |
| 20 | exe fpu : fpu.cpp ; |
| 21 | exe phase_oscillator_ensemble : phase_oscillator_ensemble.cpp ; |
| 22 | exe harmonic_oscillator_units : harmonic_oscillator_units.cpp : <toolset>clang:<build>no ; |
| 23 | exe stuart_landau : stuart_landau.cpp ; |
| 24 | exe two_dimensional_phase_lattice : two_dimensional_phase_lattice.cpp ; |
| 25 | exe bulirsch_stoer : bulirsch_stoer.cpp ; |
| 26 | exe elliptic_functions : elliptic_functions.cpp ; |
| 27 | exe resizing_lattice : resizing_lattice.cpp ; |
| 28 | exe list_lattice : list_lattice.cpp ; |
| 29 | exe stepper_details : stepper_details.cpp ; |
| 30 | exe my_vector : my_vector.cpp ; |
| 31 | exe lorenz : lorenz.cpp ; |
| 32 | exe lorenz_point : lorenz_point.cpp ; |
| 33 | exe van_der_pol_stiff : van_der_pol_stiff.cpp ; |
| 34 | exe simple1d : simple1d.cpp ; |
| 35 | exe stochastic_euler : stochastic_euler.cpp ; |
| 36 | exe generation_functions : generation_functions.cpp ; |
| 37 | exe heun : heun.cpp ; |
| 38 | exe bind_member_functions : bind_member_functions.cpp ; |
| 39 | exe bind_member_functions_cpp11 : bind_member_functions_cpp11.cpp : <cxxflags>-std=c++0x ; |
| 40 | exe molecular_dynamics : molecular_dynamics.cpp : <cxxflags>-std=c++0x ; |
| 41 | exe molecular_dynamics_cells : molecular_dynamics_cells.cpp : <cxxflags>-std=c++0x ; |
| 42 | exe abm_precision : abm_precision.cpp ; |
| 43 | exe integrate_times : integrate_times.cpp ; |
| 44 | exe find_crossing : find_crossing.cpp : <cxxflags>-std=c++0x ; |
| 45 | |
| 46 | build-project multiprecision ; |
| 47 | # build-project mtl ; |
| 48 | # build-project ublas ; |
| 49 | # build-project gmpxx ; |
| 50 | # build-project openmp ; |
| 51 | # build-project mpi ; |