[mlpack-svn] r15501 - mlpack/conf/jenkins-conf/benchmark

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jul 18 15:01:27 EDT 2013


Author: marcus
Date: Thu Jul 18 15:01:27 2013
New Revision: 15501

Log:
Don't mix tabs and spaces in a Makefile.

Modified:
   mlpack/conf/jenkins-conf/benchmark/Makefile

Modified: mlpack/conf/jenkins-conf/benchmark/Makefile
==============================================================================
--- mlpack/conf/jenkins-conf/benchmark/Makefile	(original)
+++ mlpack/conf/jenkins-conf/benchmark/Makefile	Thu Jul 18 15:01:27 2013
@@ -15,7 +15,7 @@
 export SHOGUN_PATH=/opt/shogun/shogun-2.1.0-mod
 
 ifeq ($(PYTHON_VERSION), 0)
-  $(error Python version 2.7 required which was not found)
+	$(error Python version 2.7 required which was not found)
 endif
 
 # This is empty unless there was a problem.
@@ -52,4 +52,4 @@
 	# Compile the java files for the weka methods.
 	javac -cp $(shell echo $(WEKA_CLASSPATH)) -d methods/weka methods/weka/src/*.java
 	# Compile the shogun K-Means (with initial centroids) Clustering method.
-  g++ -O0 methods/shogun/src/kmeans.cpp -o methods/shogun/kmeans -I$(SHOGUN_PATH)/include -L$(SHOGUN_PATH)/lib -lshogun
+	g++ -O0 methods/shogun/src/kmeans.cpp -o methods/shogun/kmeans -I$(SHOGUN_PATH)/include -L$(SHOGUN_PATH)/lib -lshogun



More information about the mlpack-svn mailing list