From 7d027b307f04a685a39c0d34597f10576c35c181 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Wed, 30 Nov 2011 12:17:47 +0000 Subject: Force single-threaded build if --with-irstlm --- moses/src/LM/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses') 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 : : $(with-irstlm)/lib ; obj IRST.o : IRST.cpp ..//headers : $(with-irstlm)/include ; alias irst : IRST.o irstlm : : : 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 "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; -- cgit v1.2.3