[GRASS-SVN] r65514 - grass-addons/grass7/vector/v.kriging

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 22 01:37:36 PDT 2015


Author: evas
Date: 2015-06-22 01:37:36 -0700 (Mon, 22 Jun 2015)
New Revision: 65514

Added:
   grass-addons/grass7/vector/v.kriging/README
Modified:
   grass-addons/grass7/vector/v.kriging/Makefile
Log:
v.kriging: added information about version that uses PCL library

Modified: grass-addons/grass7/vector/v.kriging/Makefile
===================================================================
--- grass-addons/grass7/vector/v.kriging/Makefile	2015-06-22 08:12:03 UTC (rev 65513)
+++ grass-addons/grass7/vector/v.kriging/Makefile	2015-06-22 08:37:36 UTC (rev 65514)
@@ -1,10 +1,10 @@
-MODULE_TOPDIR = ../..
+MODULE_TOPDIR = /home/evergreen/grass7
 
 PGM = v.kriging
 
 # other PCL version:
 #-lpcl_apps -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_visualization
-LIBES = $(RASTER3DLIB) $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GMATHLIB) $(GISLIB) $(IOSTREAMLIB)  $(RTREELIB) -lpcl_common -lpcl_features -lpcl_filters -lpcl_io_ply -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_outofcore -lpcl_people -lpcl_recognition -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_tracking -lpcl_visualization
+LIBES = $(RASTER3DLIB) $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GMATHLIB) $(GISLIB) $(IOSTREAMLIB)  $(RTREELIB)
 
 DEPENDENCIES= $(RASTER3DDEP) $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GMATHDEP) $(GISDEP) $(IOSTREAMDEP) $(RTREEDEP)
 EXTRA_INC = $(VECT_INC) -I/usr/include/pcl-1.7 -I/usr/include/eigen3 $(PCL_INCLUDE_DIRS) $(PROJINC)

Added: grass-addons/grass7/vector/v.kriging/README
===================================================================
--- grass-addons/grass7/vector/v.kriging/README	                        (rev 0)
+++ grass-addons/grass7/vector/v.kriging/README	2015-06-22 08:37:36 UTC (rev 65514)
@@ -0,0 +1 @@
+Version using PCL library available at: https://trac.osgeo.org/grass/browser/grass-addons/grass7/vector/v.kriging?rev=64242



More information about the grass-commit mailing list