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
path: root/moses
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-30 16:17:47 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-30 16:17:47 +0400
commit7d027b307f04a685a39c0d34597f10576c35c181 (patch)
treef5ed34c02856785f7bef92880d45a4492d1f8c6f /moses
parentbec51a7d4d9140addbc5f23b913d6ad119dd3371 (diff)
Force single-threaded build if --with-irstlm
Diffstat (limited to 'moses')
-rw-r--r--moses/src/LM/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/LM/Jamfile b/moses/src/LM/Jamfile
index 99e7a5783..345194aa8 100644
--- a/moses/src/LM/Jamfile
+++ b/moses/src/LM/Jamfile
@@ -6,7 +6,7 @@ if $(with-irstlm) != ""
lib irstlm : : <search>$(with-irstlm)/lib ;
obj IRST.o : IRST.cpp ..//headers : <include>$(with-irstlm)/include ;
alias irst : IRST.o irstlm : : : <define>LM_IRST ;
- echo "" ;
+ echo "Forcing single-threaded build because of IRSTLM." ;
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
echo "!!! You are linking the IRSTLM library; be sure the release is >= 5.70.02 !!!" ;
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;