[postgis-tickets] r16534 - revise debbie to build against master sfcgal

Regina Obe lr at pcorp.us
Mon Apr 9 10:26:53 PDT 2018


Author: robe
Date: 2018-04-09 10:26:53 -0700 (Mon, 09 Apr 2018)
New Revision: 16534

Modified:
   branches/2.4/ci/debbie/postgis_regress.sh
Log:
revise debbie to build against master sfcgal  
References #4068 for PostGIS 2.4

Modified: branches/2.4/ci/debbie/postgis_regress.sh
===================================================================
--- branches/2.4/ci/debbie/postgis_regress.sh	2018-04-09 15:11:17 UTC (rev 16533)
+++ branches/2.4/ci/debbie/postgis_regress.sh	2018-04-09 17:26:53 UTC (rev 16534)
@@ -15,6 +15,7 @@
 export MAKE_GARDEN=0
 export MAKE_EXTENSION=1
 export DUMP_RESTORE=1
+export SFCGAL_VER=1.3
 
 ## end variables passed in by jenkins
 
@@ -55,7 +56,8 @@
 ./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 \
+    --with-sfcgal=${PROJECTS}/sfcgal/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD}/bin/sfcgal-config \
     --without-interrupt-tests \
     --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 make clean



More information about the postgis-tickets mailing list