Brian Silverman | 7c33ab2 | 2018-08-04 17:14:51 -0700 | [diff] [blame^] | 1 | # Copyright 2011-2013 Mario Mulansky |
2 | # Copyright 2012 Karsten Ahnert | ||||
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 | project | ||||
9 | : requirements | ||||
10 | <define>BOOST_ALL_NO_LIB=1 | ||||
11 | <library>/boost//mpi | ||||
12 | <library>/boost//timer | ||||
13 | ; | ||||
14 | |||||
15 | exe phase_chain : phase_chain.cpp ; |