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:
authorMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-03 18:38:45 +0400
committerMarcin Junczys-Dowmunt <junczys@wipo.int>2012-08-03 18:38:45 +0400
commita35791893fa4399487019d3d015854694aa573eb (patch)
tree6a20e9a4d2f07f23c321dee4dc6f4282c813bc61 /Jamroot
parent3ee709f76e0ae4cf469ec399faa19724a1c2fbc1 (diff)
Updated Jamsfiles, build instructions etc.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index bf1cc9833..010f9b683 100644
--- a/Jamroot
+++ b/Jamroot
@@ -73,6 +73,11 @@ if [ option.get "with-tcmalloc" : : "yes" ] {
requirements += [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
requirements += [ option.get "enable-boost-pool" : : <define>USE_BOOST_POOL ] ;
+local with-cmph = [ option.get "with-cmph" ] ;
+if $(with-cmph) {
+ requirements += <define>HAVE_CMPH ;
+}
+
project : default-build
<threading>multi
<warnings>on