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 <ulrich.germann@cs.toronto.edu>2014-03-12 12:09:01 +0400
committerUlrich Germann <ulrich.germann@cs.toronto.edu>2014-03-12 12:09:01 +0400
commit240f52255b2da957e581dbea80e57482c4c86dd2 (patch)
treec9433c8bd4284e44713acb12bfdde9a0496f5c63 /moses/Jamfile
parent9025ac065feef27a5962b85a9e6d1ceb3d8970e5 (diff)
Disabled 'rt' in the header specifications. Didn't work in this branch.
Diffstat (limited to 'moses/Jamfile')
-rw-r--r--moses/Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/Jamfile b/moses/Jamfile
index 425c5a356..b4ead6e54 100644
--- a/moses/Jamfile
+++ b/moses/Jamfile
@@ -61,7 +61,8 @@ lib moses :
*Test.cpp Mock*.cpp
FF/Factory.cpp
]
-headers FF_Factory.o LM//LM TranslationModel/CompactPT//CompactPT synlm ThreadPool rt
+#headers FF_Factory.o LM//LM TranslationModel/CompactPT//CompactPT synlm ThreadPool rt
+headers FF_Factory.o LM//LM TranslationModel/CompactPT//CompactPT synlm ThreadPool
..//search ../util/double-conversion//double-conversion ..//z ../OnDiskPt//OnDiskPt
TranslationModel/UG/generic//generic TranslationModel/UG/mm//mm
$(TOP)//boost_iostreams ;