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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jul 3 14:53:32 EDT 2013


Author: marcus
Date: Wed Jul  3 14:53:32 2013
New Revision: 15398

Log:
Add MATLABPATH export, to get the matlab benchmark script running.

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	Wed Jul  3 14:53:32 2013
@@ -5,6 +5,9 @@
 CONFIG := config.yaml
 BENCHMARKDDIR := benchmark
 
+# Export matlab path to execute matlab file in the methods directory.
+export MATLABPATH = methods/matlab/
+
 ifeq ($(PYTHON_VERSION), 0)
   $(error Python version 2.7 required which was not found)
 endif



More information about the mlpack-svn mailing list