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

github.com/moses-smt/nplm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Sennrich <rico.sennrich@gmx.ch>2014-11-17 13:58:41 +0300
committerRico Sennrich <rico.sennrich@gmx.ch>2014-11-17 13:58:41 +0300
commitf757a6295a393a7edd4f6f300350d264a89adef7 (patch)
treeb6edacce2974bbc6146acd54636d211705ddcab4
parentaccf80c4d91aac37eabc0dd53809bc15fd260a24 (diff)
cleanup Makefile
-rw-r--r--.gitignore2
-rw-r--r--src/Makefile7
2 files changed, 3 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 66f66be..23c4020 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@ python/nplm.pyc
src/*.o
src/*.a
src/shared/*.o
-src/libneuralLM.so
+src/libnplm.so
src/prepareNeuralLM
src/prepareNeuralTM
src/testNeuralLM
diff --git a/src/Makefile b/src/Makefile
index 9e8f1b7..eea977e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,8 +1,7 @@
### Compilation options.
# C++ compiler. Tested with g++ and Intel icpc.
-#CXX=/usr/bin/g++
-CXX=/opt/local/bin/g++-mp-4.7
+CXX=/usr/bin/g++
#CXX=icpc
# Compiler options. Note that -DEIGEN_NO_DEBUG is essential for good performance!
@@ -21,8 +20,6 @@ OS:=$(shell uname -s)
# Set this to the root directory of Boost (should have a subdirectory named boost):
-#BOOST=/usr/usc/boost/1.51.0
-#BOOST=/usr
BOOST=/opt/local
# Where to find Boost header files
BOOST_INC=$(BOOST)/include
@@ -59,7 +56,7 @@ TCLAP=../3rdparty/tclap/include
BOOST_LIB=$(BOOST)/lib
# On some systems, a suffix is appended for the multithreaded version.
#BOOST_LIB_SUFFIX=
-BOOST_LIB_SUFFIX=-mt
+# BOOST_LIB_SUFFIX=-mt
BOOST_CFLAGS=-I$(BOOST_INC)
BOOST_LDFLAGS=