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:
authorHieu Hoang <hieuhoang@gmail.com>2014-08-28 18:52:52 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-08-28 18:52:52 +0400
commite2b0468edd885530914cc5f484e1b7e63377c645 (patch)
treeebff0a4ac3458020592c2c5eaa884b79e177ad5c
parent31412fd403e34516e1809a405fd27130365b437a (diff)
osx compile
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 702b3ff..abc5335 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -19,19 +19,19 @@ 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
+BOOST=/Users/hieu/workspace/boost/boost_1_54_0
#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=/usr/include/eigen3
+EIGEN=/Users/hieu/workspace/eigen
### Optional libraries.
# To disable multithreading, comment out the line below:
-OMP=1
+#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