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
path: root/src
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2013-10-29 22:10:46 +0400
committerKenneth Heafield <github@kheafield.com>2013-10-29 22:10:46 +0400
commitd91721dadb794557a5be0177d2ea80cd93075d45 (patch)
tree57a6fff397ac3e9cc639fa47a58d21acb1c87282 /src
parent78eecfdd7ef4cc0aef575c828c6fef747c63da19 (diff)
Makefile works on Gentoo
Diffstat (limited to 'src')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 3b34fe9..73d1326 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -19,14 +19,14 @@ OS:=$(shell uname -s)
### Required libraries. You must install these prior to building.
# Set this to the root directory of Boost (should have a subdirectory named boost):
-BOOST=/usr/usc/boost/1.51.0
+BOOST=/usr
#BOOST=/usr
#BOOST=/opt/local
# Where to find Boost header files
BOOST_INC=$(BOOST)/include
# Set this to the root directory of Eigen (should have a subdirectory named Eigen):
-EIGEN=../3rdparty/eigen
+EIGEN=/usr/include/eigen3
### Optional libraries.
@@ -34,7 +34,7 @@ EIGEN=../3rdparty/eigen
OMP=1
# To use the MKL library, uncomment the line below and set it to the MKL root:
-MKL=/usr/usc/intel/12.1.1/mkl
+#MKL=/usr/usc/intel/12.1.1/mkl
# For Python bindings, set the following and run 'make python/nplm.so'.
PYTHON_VERSION=2.7