[postgis-tickets] r16571 - comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian (hopefully got syntax right this time)

Regina Obe lr at pcorp.us
Sat May 12 01:31:49 PDT 2018


Author: robe
Date: 2018-05-12 13:31:49 -0700 (Sat, 12 May 2018)
New Revision: 16571

Modified:
   branches/2.3/ci/debbie/postgis_regress.sh
Log:
comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian (hopefully got syntax right this time)
References #4068

Modified: branches/2.3/ci/debbie/postgis_regress.sh
===================================================================
--- branches/2.3/ci/debbie/postgis_regress.sh	2018-05-10 08:07:13 UTC (rev 16570)
+++ branches/2.3/ci/debbie/postgis_regress.sh	2018-05-12 20:31:49 UTC (rev 16571)
@@ -51,10 +51,11 @@
 
 ./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