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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jul 5 12:54:43 EDT 2013


Author: marcus
Date: Fri Jul  5 12:54:42 2013
New Revision: 15417

Log:
Add path env to set the path for some libraries.

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	Fri Jul  5 12:54:42 2013
@@ -8,6 +8,10 @@
 # Export matlab path to execute matlab file in the methods directory.
 export MATLABPATH=methods/matlab/
 
+# Specify the path for the libraries.
+export MLPACK_BIN=/usr/local/bin/
+export MATLAB_BIN=/opt/matlab/bin/
+
 ifeq ($(PYTHON_VERSION), 0)
   $(error Python version 2.7 required which was not found)
 endif



More information about the mlpack-svn mailing list