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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Sep 13 15:35:26 EDT 2013


Author: rcurtin
Date: Fri Sep 13 15:35:25 2013
New Revision: 15775

Log:
Clarify warning message for older python versions.


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 Sep 13 15:35:25 2013
@@ -80,7 +80,8 @@
 else
 ifndef PYTHON_VERSION
 	@echo "$(WARN_COLOR)[WARN]$(NO_COLOR) The benchmark script requires \
-	python3.2+ to run properly."
+	python3.2+ to run all tests properly; however, some modules may still \
+	work with older python versions."
 endif
 endif
 



More information about the mlpack-svn mailing list