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

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Hofman <jhofman+github@gmail.com>2011-08-03 19:13:27 +0400
committerJohn <jl@hunch.net>2011-08-04 04:07:50 +0400
commitf7c683ee47ed080521fd0a4c90169debb3df76cd (patch)
treee84ad9daabe53f427ecf9633ce756669e3eff4e6 /Makefile
parent6734a953e719f5ca6e0cc942c4848af066c2c35c (diff)
rank and lda now saved in regressor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 953b2e89..de0096b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
COMPILER = g++
LIBS = -l boost_program_options -l pthread -l z
-BOOST_INCLUDE = /usr/local/include
-BOOST_LIBRARY = /usr/local/lib
+#BOOST_INCLUDE = /usr/local/include
+#BOOST_LIBRARY = /usr/local/lib
+BOOST_INCLUDE = /homes/hofman/boost
+BOOST_LIBRARY = /homes/hofman/boost/stage/lib
ARCH = -march=nocona
OPTIM_FLAGS = -O3 -fomit-frame-pointer -ffast-math -fno-strict-aliasing