Hi, I am (finally) working a bit on r.sun OpenCL version.
On the computer I use, I could get through compiling it with: ----- MODULE_TOPDIR = ../.. PGM = r.sun LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(MATHLIB) $(PROJLIB) -lOpenCL -Wall -W -g -p -O2 DEPENDENCIES = $(GPROJDEP) $(RASTERDEP) $(GISDEP) EXTRA_INC = $(PROJINC) -Wall -O2 -W -g -p -I/opt/cuda/include include $(MODULE_TOPDIR)/include/Make/Module.make default: cmd ----- Seth Makefile had already "-lOpenCL -Wall -W -g -p -O2" in LIBES Had to add "-I/opt/cuda/include" for some reason the GRASS configure was positive in finding it, surely missing something here... _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
