[postgis-tickets] r16537 - Disable sfcgal in make dist and regress testing until sfcgal compile issue
Regina Obe
lr at pcorp.us
Mon Apr 9 09:06:01 PDT 2018
Author: robe
Date: 2018-04-09 21:06:01 -0700 (Mon, 09 Apr 2018)
New Revision: 16537
Modified:
trunk/ci/debbie/postgis_make_dist.sh
trunk/ci/debbie/postgis_regress.sh
Log:
Disable sfcgal in make dist and regress testing until sfcgal compile issue
for CGAL 4.11 / SFCGAL 1.3.3 against PostGIS is fixed
References #4068 for PostGIS 2.5
Modified: trunk/ci/debbie/postgis_make_dist.sh
===================================================================
--- trunk/ci/debbie/postgis_make_dist.sh 2018-04-10 02:34:23 UTC (rev 16536)
+++ trunk/ci/debbie/postgis_make_dist.sh 2018-04-10 04:06:01 UTC (rev 16537)
@@ -19,7 +19,7 @@
POSTGIS_MINOR_VERSION=`grep ^POSTGIS_MINOR_VERSION Version.config | cut -d= -f2`
POSTGIS_MICRO_VERSION=`grep ^POSTGIS_MICRO_VERSION Version.config | cut -d= -f2`
-export CONFIGURE_ARGS="--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 --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
+export CONFIGURE_ARGS="--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 --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
#override the checkout folder used for building tar ball
export newoutdir="postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}"
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2018-04-10 02:34:23 UTC (rev 16536)
+++ trunk/ci/debbie/postgis_regress.sh 2018-04-10 04:06:01 UTC (rev 16537)
@@ -61,7 +61,7 @@
./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