mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 05:14:36 +03:00
always compile with probing pt
This commit is contained in:
parent
b27310d367
commit
5a10cbdf59
12
misc/Jamfile
12
misc/Jamfile
@ -29,16 +29,10 @@ else {
|
||||
alias programsMin ;
|
||||
}
|
||||
|
||||
if [ option.get "with-probing-pt" : : "yes" ]
|
||||
{
|
||||
exe CreateProbingPT : CreateProbingPT.cpp ..//boost_filesystem ../moses//moses ;
|
||||
exe QueryProbingPT : QueryProbingPT.cpp ..//boost_filesystem ../moses//moses ;
|
||||
exe CreateProbingPT : CreateProbingPT.cpp ..//boost_filesystem ../moses//moses ;
|
||||
exe QueryProbingPT : QueryProbingPT.cpp ..//boost_filesystem ../moses//moses ;
|
||||
|
||||
alias programsProbing : CreateProbingPT QueryProbingPT ;
|
||||
}
|
||||
else {
|
||||
alias programsProbing ;
|
||||
}
|
||||
alias programsProbing : CreateProbingPT QueryProbingPT ;
|
||||
|
||||
exe merge-sorted :
|
||||
merge-sorted.cc
|
||||
|
Loading…
Reference in New Issue
Block a user