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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-11-25 15:26:28 +0400
committerhieuhoang1972 <hieuhoang1972@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-11-25 15:26:28 +0400
commit7f53cd18cb8aca4e9a4e14435ef0d93583255988 (patch)
tree40af01f6d738fb0bcd65346024e1e863aa6fa275
parente73cd3381e7ffe91a64329f6a83df5fc415ecf9f (diff)
cmake and manual compile consistent
-rwxr-xr-xmgizapp/manual-compile/compile.sh20
1 files changed, 10 insertions, 10 deletions
diff --git a/mgizapp/manual-compile/compile.sh b/mgizapp/manual-compile/compile.sh
index a6839a0..9571624 100755
--- a/mgizapp/manual-compile/compile.sh
+++ b/mgizapp/manual-compile/compile.sh
@@ -1,19 +1,19 @@
-#GCC=gcc
-#GPP=g++
-#LDFLAGS="-static"
+GCC=gcc
+GPP=g++
+LDFLAGS="-static"
# mac, 'cos OSX doesn't support static linking and other such nonsense
#GCC=gcc-mp-4.5
#GPP=g++-mp-4.5
-GCC=clang
-GPP=clang++
+#GCC=clang
+#GPP=clang++
-SRC_DIR=/Users/hieu/workspace/mgizapp/mgizapp/src
-BOOST_ROOT=/Users/hieu/workspace/boost/boost_1_54_0
-BOOST_LIBRARYDIR=/Users/hieu/workspace/boost/boost_1_54_0/lib64/
+SRC_DIR=/home/s0565741/workspace/mgizapp/src
+BOOST_ROOT=/home/s0565741/workspace/boost/boost_1_54_0
+BOOST_LIBRARYDIR=/home/s0565741/workspace/boost/boost_1_54_0/lib64/
-rm *.o libmgiza.a d4norm hmmnorm mgiza plain2snt snt2cooc snt2cooc-reduce-mem-preprocess snt2plain symal mkcls
+rm *.o libmgiza.a d4norm hmmnorm mgiza plain2snt snt2cooc snt2coocrmp snt2plain symal mkcls
$GPP -I$SRC_DIR -I$BOOST_ROOT/include -c -fPIC \
$SRC_DIR/alignment.cpp \
@@ -62,7 +62,7 @@ $GPP -o plain2snt $SRC_DIR/plain2snt.cpp
$GPP -o snt2cooc $SRC_DIR/snt2cooc.cpp
-$GPP -o snt2cooc-reduce-mem-preprocess $SRC_DIR/snt2cooc-reduce-mem-preprocess.cpp
+$GPP -o snt2coocrmp $SRC_DIR/snt2cooc-reduce-mem-preprocess.cpp
$GPP -o snt2plain $SRC_DIR/snt2plain.cpp