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:
authorJohn Langford <jl@hunch.net>2012-01-10 07:24:39 +0400
committerJohn Langford <jl@hunch.net>2012-01-10 07:24:39 +0400
commit1a48f9e976a3b00c99cfacabf3332f9907f319c2 (patch)
tree0c13d2728ddd86e10983b4b13bd5cd992345938e /cluster
parent9e2f0e9b2b44c2bc68aece126c4bf18ed90bd1d7 (diff)
Reduction interface developing, OneAgainstAll now in
Diffstat (limited to 'cluster')
-rw-r--r--cluster/Makefile23
-rw-r--r--cluster/Makefile.in1
2 files changed, 11 insertions, 13 deletions
diff --git a/cluster/Makefile b/cluster/Makefile
index bcc64a09..4ea2f19e 100644
--- a/cluster/Makefile
+++ b/cluster/Makefile
@@ -32,8 +32,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
-build_triplet = x86_64-unknown-linux-gnu
-host_triplet = x86_64-unknown-linux-gnu
+build_triplet = i686-pc-linux-gnu
+host_triplet = i686-pc-linux-gnu
bin_PROGRAMS = spanning_tree$(EXEEXT)
subdir = cluster
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
@@ -85,7 +85,7 @@ AUTOHEADER = ${SHELL} /home/jl/programs/vowpal_wabbit/missing --run autoheader
AUTOMAKE = ${SHELL} /home/jl/programs/vowpal_wabbit/missing --run automake-1.11
AWK = gawk
BOOST_CPPFLAGS = -I/usr/include
-BOOST_LDFLAGS = -L/usr/lib64
+BOOST_LDFLAGS = -L/usr/lib
BOOST_PROGRAM_OPTIONS_LIB = -lboost_program_options-mt
CC = gcc
CCDEPMODE = depmode=gcc3
@@ -114,7 +114,7 @@ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld -m elf_x86_64
+LD = /usr/bin/ld
LDFLAGS =
LIBOBJS =
LIBS =
@@ -136,7 +136,6 @@ PACKAGE_BUGREPORT = jl@hunch.net
PACKAGE_NAME = vowpal_wabbit
PACKAGE_STRING = vowpal_wabbit 6.1
PACKAGE_TARNAME = vowpal_wabbit
-PACKAGE_URL =
PACKAGE_VERSION = 6.1
PATH_SEPARATOR = :
PTHREAD_CC = gcc
@@ -145,7 +144,7 @@ PTHREAD_LIBS =
RANLIB = ranlib
SED = /bin/sed
SET_MAKE =
-SHELL = /bin/bash
+SHELL = /bin/sh
STRIP = strip
VERSION = 6.1
ZLIB_CPPFLAGS = -I/include
@@ -165,22 +164,22 @@ am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
ax_pthread_config =
bindir = ${exec_prefix}/bin
-build = x86_64-unknown-linux-gnu
+build = i686-pc-linux-gnu
build_alias =
-build_cpu = x86_64
+build_cpu = i686
build_os = linux-gnu
-build_vendor = unknown
+build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
-host = x86_64-unknown-linux-gnu
+host = i686-pc-linux-gnu
host_alias =
-host_cpu = x86_64
+host_cpu = i686
host_os = linux-gnu
-host_vendor = unknown
+host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
diff --git a/cluster/Makefile.in b/cluster/Makefile.in
index 6af09e53..a95cc1b7 100644
--- a/cluster/Makefile.in
+++ b/cluster/Makefile.in
@@ -136,7 +136,6 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PTHREAD_CC = @PTHREAD_CC@