1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/math/mosesdecoder/files/patch-Jamroot
Dmitry Sivachenko fbaaa3b5ee New port: mosesdecoder.
Moses is a statistical machine translation system that allows you to
automatically train translation models for any language pair.  All you
need is a collection of translated texts (parallel corpus).  Once you have a
trained model, an efficient search algorithm quickly finds the highest
probability translation among the exponential number of choices.

WWW: http://www.statmt.org/moses/
2014-09-02 13:42:23 +00:00

11 lines
347 B
Plaintext

--- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400
+++ Jamroot 2014-09-02 16:04:17.000000000 +0400
@@ -77,7 +77,6 @@
external-lib z ;
lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
-requirements += <library>dl ;
if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {