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

Add condition in HAVE_GPU


diffs (29 lines):

diff --git a/geom/monetdb5/Makefile.ag b/geom/monetdb5/Makefile.ag
--- a/geom/monetdb5/Makefile.ag
+++ b/geom/monetdb5/Makefile.ag
@@ -67,7 +67,7 @@ headers_autoload_sfcgal = {
 }
 
 lib__gpu = {
-       #COND = HAVE_GPU
+       COND = HAVE_GPUSPATIAL
        MODULE
        DIR = libdir/monetdb5
        SOURCES = gpu.h gpu.c
@@ -79,14 +79,14 @@ lib__gpu = {
 }
 
 headers_mal_gpu = {
-       #COND = HAVE_GPU
+       COND = HAVE_GPUSPATIAL
        HEADERS = mal
        DIR = libdir/monetdb5
        SOURCES = gpu.mal
 }
 
 headers_autoload_gpu = {
-       #COND = HAVE_GPU
+       COND = HAVE_GPUSPATIAL
        HEADERS = mal
        DIR = libdir/monetdb5/autoload
        SOURCES = 32_gpu.mal
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to