Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2012-06-07 03:26:22 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-06-07 03:26:22 +0400
commite53aee12752d5d7bcf57cb9f48f5a767b478626b (patch)
treeb592b0455e6a54b359bc6c9cd491352e73a17078 /Jamroot
parentd4a2414bf039db67b21689f3cc8ef8447fac5ff9 (diff)
Fix mpi build
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 6975175aa..431441166 100644
--- a/Jamroot
+++ b/Jamroot
@@ -77,6 +77,8 @@ if [ option.get "with-tcmalloc" : : "yes" ] {
if [ option.get "enable-mpi" : : "yes" ] {
import mpi ;
using mpi ;
+ external-lib boost_mpi ;
+ external-lib boost_serialization ;
requirements += <define>MPI_ENABLE ;
requirements += <library>mpi ;
requirements += <library>boost_mpi ;