[postgis-tickets] r16372 - Fix versions to be compatible with what SFCGAL was compiled with.
Regina Obe
lr at pcorp.us
Fri Feb 2 08:46:42 PST 2018
Author: robe
Date: 2018-02-02 20:46:42 -0800 (Fri, 02 Feb 2018)
New Revision: 16372
Modified:
trunk/ci/winnie/build_postgis.sh
trunk/ci/winnie/package_postgis.sh
trunk/ci/winnie/regress_postgis.sh
Log:
Fix versions to be compatible with what SFCGAL was compiled with.
Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh 2018-02-02 22:23:31 UTC (rev 16371)
+++ trunk/ci/winnie/build_postgis.sh 2018-02-03 04:46:42 UTC (rev 16372)
@@ -13,18 +13,22 @@
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
#export JSON_VER=0.9
-#export SFCGAL_VER=1.0.4
+#export SFCGAL_VER=1.3
#export PROJ_VER=4.8.0
+#export GEOS_VER=3.7.0dev
+#export GDAL_VER=2.2.3
+#export PROJ_VER=4.9.3
+
export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.2
+export GDAL_VER=2.2.3
export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3
+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 PROTOBUF_VER=3.2.0
export LIBXML_VER=2.7.8
if [[ "${GCC_TYPE}" == *gcc48* ]] ; then
@@ -104,8 +108,6 @@
fi
if [ -n "$SFCGAL_VER" ]; then
- ##hard code versions of cgal etc. for now
- export CGAL_VER=4.2
BOOST_VER=1.53.0
#BOOST_VER_WU=1_49_0
export BOOST_VER_WU=1_53_0
Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh 2018-02-02 22:23:31 UTC (rev 16371)
+++ trunk/ci/winnie/package_postgis.sh 2018-02-03 04:46:42 UTC (rev 16372)
@@ -13,12 +13,13 @@
#export GCC_TYPE=
export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.2
+export GDAL_VER=2.2.3
export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3
+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
if [[ "${GCC_TYPE}" == *gcc48* ]] ; then
export PROJECTS=/projects
@@ -144,7 +145,6 @@
if [ -n "$SFCGAL_VER" ]; then
## only copy cgal and sfcgal stuff if sfcgal is packaged
- export CGAL_VER=4.6.1
export BOOST_VER=1.59.0
export BOOST_VER_WU=1_59_0
export GMP_VER=5.1.2
Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh 2018-02-02 22:23:31 UTC (rev 16371)
+++ trunk/ci/winnie/regress_postgis.sh 2018-02-03 04:46:42 UTC (rev 16372)
@@ -9,20 +9,21 @@
#export POSTGIS_MAJOR_VERSION=2
#export POSTGIS_MINOR_VERSION=2
#export POSTGIS_MICRO_VERSION=0dev
+#export GEOS_VER=3.7.0dev
+#export GDAL_VER=2.2.2
+#export PROJ_VER=4.9.3
+#export SFCGAL_VER=1.3
+#export PCRE_VER=8.33
+#export PROTOBUF_VER=3.2.0
+#export PROTOBUFC_VER=1.2.1
+#export CGAL_VER=4.11
-
export PROJECTS=/projects
export MINGPROJECTS=/projects
export PATHOLD=$PATH
-export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.2
-export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3
-export PCRE_VER=8.33
-export PROTOBUF_VER=3.2.0
-export PROTOBUFC_VER=1.2.1
+
if [ "$OS_BUILD" == "64" ] ; then
export MINGHOST=x86_64-w64-mingw32
else
@@ -93,7 +94,7 @@
if [ -n "$SFCGAL_VER" ]; then
##hard code versions of cgal etc. for now
- export CGAL_VER=4.2
+ #export CGAL_VER=4.11
BOOST_VER=1.53.0
#BOOST_VER_WU=1_49_0
export BOOST_VER_WU=1_53_0
More information about the postgis-tickets
mailing list