Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-regtests.sh - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5466223b307a97e29a0e3ecaa42bc2754ed064e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash 
# this script assumes that all 3rd-party dependencies are installed under ./opt
# you can install all 3rd-party dependencies by running make -f contrib/Makefiles/install-dependencies.gmake

set -e -o pipefail

git submodule init
git submodule update regtest
./bjam -j$(nproc) --with-irstlm=./opt --with-boost=./opt --with-cmph=./opt --with-xmlrpc-c=./opt --with-regtest=./regtest $@