Version-specific location for dependency irstlm.

This commit is contained in:
Ulrich Germann 2016-04-15 16:38:47 +01:00
parent 35c4abd874
commit 672a8178d0
3 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@
set -e -o pipefail
opt=$(pwd)/opt
./bjam --with-irstlm=$opt --with-boost=$opt --with-cmph=$opt --with-xmlrpc-c=$opt --with-mm --with-probing-pt -j$(getconf _NPROCESSORS_ONLN) $@
./bjam --with-irstlm=$opt/irstlm-5.80.08 --with-boost=$opt --with-cmph=$opt --with-xmlrpc-c=$opt --with-mm --with-probing-pt -j$(getconf _NPROCESSORS_ONLN) $@

View File

@ -31,7 +31,7 @@ BUILD_DIR = $(CWD)/opt/build/${URL}
# you can also specify specific prefixes for different packages:
XMLRPC_PREFIX ?= ${PREFIX}
CMPH_PREFIX ?= ${PREFIX}
IRSTLM_PREFIX ?= ${PREFIX}
IRSTLM_PREFIX ?= ${PREFIX}/irstlm-5.80.08
BOOST_PREFIX ?= ${PREFIX}
# currently, the full enchilada means xmlrpc-c, cmph, irstlm, boost

View File

@ -13,7 +13,7 @@ eval set -- "$args"
noserver=false;
full=false;
j=$(getconf _NPROCESSORS_ONLN)
irstlm=$opt
irstlm=$opt/irstlm-5.80.08
boost=$opt
cmph=$opt
xmlrpc=--with-xmlrpc-c\=$opt