[GRASS-SVN] r69976 - grass-addons/grass7/raster/r.randomforest

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 21:37:55 PST 2016


Author: spawley
Date: 2016-12-01 21:37:55 -0800 (Thu, 01 Dec 2016)
New Revision: 69976

Modified:
   grass-addons/grass7/raster/r.randomforest/Makefile
Log:
bug fix to r.randomforest

Modified: grass-addons/grass7/raster/r.randomforest/Makefile
===================================================================
--- grass-addons/grass7/raster/r.randomforest/Makefile	2016-12-02 05:35:58 UTC (rev 69975)
+++ grass-addons/grass7/raster/r.randomforest/Makefile	2016-12-02 05:37:55 UTC (rev 69976)
@@ -5,5 +5,6 @@
 ETCFILES = ml_classifiers ml_utils
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
+include $(MODULE_TOPDIR)/include/Make/Python.make
 
 default: script



More information about the grass-commit mailing list