Commit Graph

46 Commits

Author SHA1 Message Date
Kenneth Heafield
d6df82514b I like gzip 2014-03-11 11:35:38 -07:00
Hieu Hoang
641be9a3a1 3 things people must do before sending their log files to the mailing list 2013-09-23 00:46:46 +02:00
Hieu Hoang
b920d6daad 3 things people must do before sending their log files to the mailing list 2013-09-23 00:35:19 +02:00
Kenneth Heafield
c60e953e1e Kludgy fix to force boost libraries to be static by default 2013-08-26 23:36:53 +01:00
Kenneth Heafield
37c22cd4da Also use unwind for for tcmalloc 2013-08-21 14:29:00 +01:00
Barry Haddow
7081f06413 Fixes to the shared build 2013-07-25 15:24:34 +01:00
Kenneth Heafield
875a194dae Attempt to reduce moses-support e-mails 2013-04-17 13:46:01 +01:00
Kenneth Heafield
03b077364a KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
Kenneth Heafield
e2fc306231 KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST 2013-01-22 20:23:35 +00:00
Kenneth Heafield
a52d97f99f Cross platform fixes 2013-01-20 12:25:58 +00:00
Kenneth Heafield
fc5868d0ff KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
Kenneth Heafield
3203f7c92d If statically linking, check static libs for -mt 2013-01-04 21:02:13 +00:00
Kenneth Heafield
b7272b4de9 BINDIR and LIBDIR constants 2012-11-19 17:59:33 +00:00
Kenneth Heafield
d4f433c7f4 Put core Moses into one library libmoses. 2012-11-12 18:07:53 +00:00
Kenneth Heafield
b6b2e35190 Change test_lib to obey --static 2012-10-30 19:42:11 +00:00
Kenneth Heafield
650ad22c9c Merge remote branch 'upstream/master'
Conflicts:
	util/file.cc
	util/file.hh
2012-10-09 11:30:31 +01:00
Kenneth Heafield
f4471692ba Stop deleting /dev/null on OS X / Hiroshi Umemoto 2012-10-07 14:44:58 +01:00
Kenneth Heafield
e3af51f3a4 Merge remote branch 'upstream/master'
Conflicts:
	jam-files/sanity.jam
2012-10-04 15:17:23 +01:00
Hieu Hoang
9ae55243e2 remove dependency on boost filesystem object 2012-10-04 15:08:22 +01:00
Kenneth Heafield
9c990ee3a8 Merge remote-tracking branch 'upstream/master'
Conflicts:
	moses/src/LM/Jamfile
2012-09-26 19:22:33 +01:00
Kenneth Heafield
bc866f37ff New approach to forcing recompiles
Fixes annoying problem that unsuccessful build iterations would keep rebuilding Factory.o and CompactPT
2012-09-26 19:14:26 +01:00
Kenneth Heafield
4faab6c68f Extract kenlm into a submodule, referencing lazy 2012-09-24 18:30:51 +01:00
Kenneth Heafield
15b0ae1aef Single-threaded compilation fixes 2012-09-21 18:34:48 -04:00
Kenneth Heafield
968ab98f0c Make --with-regtest work without an argument, fix path handling 2012-09-11 10:43:28 +01:00
Kenneth Heafield
1a57ceeb1e Fall back on unversioned Boost 2012-08-17 08:48:01 -04:00
Kenneth Heafield
4637c4f642 Get the Boost version tag from version.hpp and include it in the name of the Boost libraries.
This will force people to use consistent headers and libraries and might fix some cases where a
user has installed libraries locally on top of a system-level install.
2012-08-16 17:22:44 -04:00
Kenneth Heafield
2556c8079a When used with --static, also add <runtime-link>static. 2012-08-06 12:21:16 -04:00
Kenneth Heafield
b52ed110b0 Build changes. --static will force static linkage.
--without-libsegfault will skip libSegFault.
2012-08-06 10:41:49 -04:00
Kenneth Heafield
0c484ec8e7 New --nosegfault option for Tom Hoar 2012-08-06 08:15:04 -04:00
Hieu Hoang
dede0d1747 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-31 15:50:28 +01:00
Kenneth Heafield
edf34e9d35 Loosen requirements for system bjam versions / Tom Hoar 2012-07-30 16:47:30 -04:00
Hieu Hoang
97f46537b7 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles 2012-07-30 21:07:19 +01:00
Kenneth Heafield
a73dc0e5b4 Attempt to fix missing boost_system for some people with 1.50 2012-07-17 04:40:32 -04:00
Kenneth Heafield
b9d4cc9af3 Alexander Fraser: Boost thread depends on Boost system. 2012-07-03 12:14:41 -04:00
Kenneth Heafield
be2b2224fb Extract hack to force recompilation if arguments change 2012-07-02 12:56:14 -04:00
Kenneth Heafield
272aeaa67e Merge some build system changes that were made for cdec 2012-06-21 09:52:25 -04:00
Barry Haddow
f716673f67 Allow combination of --prefix and --git 2012-05-31 22:58:39 +01:00
Hieu Hoang
465c5cbf97 move all executables into bin 2012-05-31 12:55:05 +01:00
Tetsuo Kiso
5c939dc348 Force shared linkage only for clang-linux.
bjam's support for clang on Linux is buggy.
The support for clang on Darwin (Mac OS X) looks fine.
2012-05-13 21:02:27 +09:00
Kenneth Heafield
c7f18473aa Force shared linkage with clang. 2012-05-10 13:15:12 -04:00
Kenneth Heafield
e3a155494b Fix bjam from any directory. Add iostreams dependency to score for Hieu. 2012-05-10 12:18:49 -04:00
Kenneth Heafield
15afc2aef2 Fix autodetection for non-bash users 2012-05-10 11:44:58 -04:00
Christian Federmann
af9b02c59b Added new --with-macports option for using MacPorts on Mac OS X; this falls back to using /opt/local if no /path/to/macports is given and implicitly sets Boost parameters. Also note that this implies "using darwin ;" as compiler. 2012-05-10 09:40:13 +02:00
Kenneth Heafield
10821a9980 When given a relative install path, interpret it relative to pwd. 2012-05-08 14:42:09 -04:00
Kenneth Heafield
7d247737ed Fix install-scripts 2012-05-08 14:00:42 -04:00
Kenneth Heafield
36f31a017b Refactor Jamroot to separate Moses high-level and common low-level. 2012-05-07 12:58:34 -04:00