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:
authorHieu Hoang <hieuhoang@gmail.com>2017-08-26 12:26:50 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-08-26 12:26:50 +0300
commitdf870454938722ac6e5c17b0787dd68d2e1d7816 (patch)
tree6ff88bf90d3e796f8cb9f86be08e1f8ab32936e0 /contrib
parent5ac7b56bdc8085f6d5e63a8ad694cec355528263 (diff)
don't create shared boost libraries. Unit test can't link to them without setting other env variables
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefiles/install-dependencies.gmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefiles/install-dependencies.gmake b/contrib/Makefiles/install-dependencies.gmake
index ccef85d9b..6adde82fd 100644
--- a/contrib/Makefiles/install-dependencies.gmake
+++ b/contrib/Makefiles/install-dependencies.gmake
@@ -97,5 +97,5 @@ boost: override PREFIX=${BOOST_PREFIX}
boost: | $(call safepath,${BOOST_PREFIX}/include/boost)
$(call safepath,${BOOST_PREFIX}/include/boost):
$(sfget)
- cd '${TMP}/boost_1_63_0' && ./bootstrap.sh && ./b2 --prefix=${PREFIX} -j${nproc} install
+ cd '${TMP}/boost_1_63_0' && ./bootstrap.sh && ./b2 --prefix=${PREFIX} -j${nproc} --layout=system link=static install
rm -rf ${TMP}