[postgis-tickets] r16606 - comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian

Regina Obe lr at pcorp.us
Sun Jun 3 12:33:24 PDT 2018


Author: robe
Date: 2018-06-03 12:33:23 -0700 (Sun, 03 Jun 2018)
New Revision: 16606

Modified:
   branches/2.2/ci/debbie/postgis_regress.sh
Log:
comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian
References #4068

Modified: branches/2.2/ci/debbie/postgis_regress.sh
===================================================================
--- branches/2.2/ci/debbie/postgis_regress.sh	2018-06-03 09:11:32 UTC (rev 16605)
+++ branches/2.2/ci/debbie/postgis_regress.sh	2018-06-03 19:33:23 UTC (rev 16606)
@@ -50,11 +50,11 @@
 fi
 
 ./autogen.sh
-
+# --with-sfcgal=/usr/bin/sfcgal-config 
 ./configure \
     --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal=/usr/bin/sfcgal-config \
+    --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config \
     --without-interrupt-tests \
     --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 make clean



More information about the postgis-tickets mailing list