Don't install IRSTLM by default

This commit is contained in:
Ulrich Germann 2017-08-25 16:53:01 +01:00 committed by GitHub
parent 9cb5999e5b
commit eb8979a0e2

View File

@ -35,7 +35,7 @@ IRSTLM_PREFIX ?= ${PREFIX}/irstlm-5.80.08
BOOST_PREFIX ?= ${PREFIX}
# currently, the full enchilada means xmlrpc-c, cmph, irstlm, boost
all: xmlrpc cmph irstlm boost
all: xmlrpc cmph boost
# we use bash and fail when pipelines fail
SHELL = /bin/bash -e -o pipefail