moses-smt / mgiza

A word alignment tool based on famous GIZA++, extended to support multi-threading, resume training and incremental training.
161 stars 60 forks source link

Avoid linking static libraries to make it easier to compile on anaconda #19

Closed mespla closed 5 years ago

mespla commented 5 years ago

Option set(Boost_USE_STATIC_LIBS ON) may cause compilation problems when using a pre-compiled version of libboost, as happens when trying to use an anaconda distribution. Is this option actually needed?

hieuhoang commented 5 years ago

cheers. Was probably useful when it's used with custom boost lib.

Lets go with your change