[postgis-tickets] r17374 - Revert back to old libs got some crashers when trying to flip to 8.1 and newer libraries have to sort out first
Regina Obe
lr at pcorp.us
Sun Mar 31 03:13:56 PDT 2019
Author: robe
Date: 2019-03-31 15:13:55 -0700 (Sun, 31 Mar 2019)
New Revision: 17374
Modified:
trunk/ci/winnie/build_postgis.sh
trunk/ci/winnie/package_postgis.sh
trunk/ci/winnie/regress_postgis.sh
Log:
Revert back to old libs got some crashers when trying to flip to 8.1 and newer libraries have to sort out first
Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh 2019-03-29 21:19:09 UTC (rev 17373)
+++ trunk/ci/winnie/build_postgis.sh 2019-03-31 22:13:55 UTC (rev 17374)
@@ -12,7 +12,7 @@
#POSTGIS_MINOR_VERSION=1
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
-export GEOS_VER=3.8.0dev
+export GEOS_VER=3.8
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 2019-03-29 21:19:09 UTC (rev 17373)
+++ trunk/ci/winnie/package_postgis.sh 2019-03-31 22:13:55 UTC (rev 17374)
@@ -12,7 +12,7 @@
#export OS_BUILD=32
#export GCC_TYPE=
-export GEOS_VER=3.8.0dev
+export GEOS_VER=3.8
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 2019-03-29 21:19:09 UTC (rev 17373)
+++ trunk/ci/winnie/regress_postgis.sh 2019-03-31 22:13:55 UTC (rev 17374)
@@ -1,13 +1,21 @@
#!/bin/bash
set -e
export GEOS_VER=3.8
-export GDAL_VER=2.4.0
-export PROJ_VER=6.0.0
export SFCGAL_VER=1.3.2
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export CGAL_VER=4.11
+export LIBXML_VER=2.7.8
+#export GDAL_VER=2.4.0
+export GDAL_VER=2.2.4
+export PROJ_VER=4.9.3
+#export PROJ_VER=5.2.0
+export SFCGAL_VER=1.3.2
+export PCRE_VER=8.33
+export PROTOBUF_VER=3.2.0
+export PROTOBUFC_VER=1.2.1
+export CGAL_VER=4.11
export ICON_VER=1.15
export PROJECTS=/projects
More information about the postgis-tickets
mailing list