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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2013-09-26 01:05:28 +0400
committerUlrich Germann <ugermann@inf.ed.ac.uk>2013-09-26 01:05:28 +0400
commitd02b265504b6ccd22ed5b26f19aa58c4e6fcd0d0 (patch)
tree196aafddf31dc0e7b9cd86d64f09fcb3e44489dd /moses/Jamfile
parent82a2639f2238ae31ce193075c6c02971473fc1dd (diff)
Added dependency on boost::iostreams.
Diffstat (limited to 'moses/Jamfile')
-rw-r--r--moses/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Jamfile b/moses/Jamfile
index 6acac0779..2346b7655 100644
--- a/moses/Jamfile
+++ b/moses/Jamfile
@@ -69,7 +69,7 @@ lib moses :
]
headers FF_Factory.o LM//LM TranslationModel/CompactPT//CompactPT synlm ThreadPool rt
..//search ../util/double-conversion//double-conversion ..//z ../OnDiskPt//OnDiskPt
-generic//generic mm//mm ;
+generic//generic mm//mm $(TOP)//boost_iostreams ;
alias headers-to-install : [ glob-tree *.h ] ;