Changeset: 0610ab4ed204 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0610ab4ed204
Modified Files:
        geom/monetdb5/Makefile.ag
Branch: sfcgal
Log Message:

Temporary fix to link with the GPU library, assuming the gspatial was intalled


diffs (18 lines):

diff --git a/geom/monetdb5/Makefile.ag b/geom/monetdb5/Makefile.ag
--- a/geom/monetdb5/Makefile.ag
+++ b/geom/monetdb5/Makefile.ag
@@ -6,11 +6,14 @@
 
 MTSAFE
 X_CFLAGS = -fopenmp
+GPU_LIBS = 
$(MONETDB_SRC)/geom/gspatial/apps/gpu/pnpoly/cuda/lib/x86_64/linux/release/g_pnpoly.o
 -lcuda -lcudart -lm -lstdc++ 
 INCLUDES = ../lib \
            ../../gdk \
            ../../common/stream \
            ../../common/options \
            ../../monetdb5/mal \
+           ../gspatial/apps/gpu/pnpoly/cuda/include/x86_64/linux/release \
+           /usr/local/cuda-8.0/include \
            $(GEOS_INCS) $(PROJ_INCS) \
            $(SFCGAL_INCS) ${GPU_INCS}
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to