[postgis-tickets] r17103 - Flip to testing GEOS 3.8 for winnie
Regina Obe
lr at pcorp.us
Tue Dec 11 10:04:17 PST 2018
Author: robe
Date: 2018-12-11 22:04:16 -0800 (Tue, 11 Dec 2018)
New Revision: 17103
Modified:
trunk/ci/winnie/build_postgis.sh
trunk/ci/winnie/package_postgis.sh
trunk/ci/winnie/regress_postgis.sh
Log:
Flip to testing GEOS 3.8 for winnie
Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh 2018-12-04 20:30:22 UTC (rev 17102)
+++ trunk/ci/winnie/build_postgis.sh 2018-12-12 06:04:16 UTC (rev 17103)
@@ -12,8 +12,8 @@
#POSTGIS_MINOR_VERSION=1
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0
+export SFCGAL_VER=1.3.6
+export GEOS_VER=3.8.0dev
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh 2018-12-04 20:30:22 UTC (rev 17102)
+++ trunk/ci/winnie/package_postgis.sh 2018-12-12 06:04:16 UTC (rev 17103)
@@ -12,8 +12,8 @@
#export OS_BUILD=32
#export GCC_TYPE=
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0
+export SFCGAL_VER=1.3.6
+export GEOS_VER=3.8.0dev
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh 2018-12-04 20:30:22 UTC (rev 17102)
+++ trunk/ci/winnie/regress_postgis.sh 2018-12-12 06:04:16 UTC (rev 17103)
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0
+export SFCGAL_VER=1.3.6
+export GEOS_VER=3.8.0dev
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
More information about the postgis-tickets
mailing list