[postgis-tickets] r16376 - hard-code CGAL 4.11 to try to fix sfcgal 1.3.2 compileN
Regina Obe
lr at pcorp.us
Sat Feb 10 01:08:18 PST 2018
Author: robe
Date: 2018-02-10 13:08:18 -0800 (Sat, 10 Feb 2018)
New Revision: 16376
Modified:
trunk/ci/winnie/regress_postgis.sh
Log:
hard-code CGAL 4.11 to try to fix sfcgal 1.3.2 compileN
Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh 2018-02-08 20:59:20 UTC (rev 16375)
+++ trunk/ci/winnie/regress_postgis.sh 2018-02-10 21:08:18 UTC (rev 16376)
@@ -16,7 +16,7 @@
#export PCRE_VER=8.33
#export PROTOBUF_VER=3.2.0
#export PROTOBUFC_VER=1.2.1
-#export CGAL_VER=4.11
+export CGAL_VER=4.11
export PROJECTS=/projects
export MINGPROJECTS=/projects
@@ -94,7 +94,7 @@
if [ -n "$SFCGAL_VER" ]; then
##hard code versions of cgal etc. for now
- #export CGAL_VER=4.11
+ 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