if [ -n "$SFCGAL_VER" ]; then
## only copy cgal and sfcgal stuff if sfcgal is packaged
- export CGAL_VER=4.2
- export BOOST_VER=1.53.0
- export BOOST_VER_WU=1_53_0
+ 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
export MPFR_VER=3.1.2
echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
echo "GEOS VERSION: ${GEOS_VER} http://trac.osgeo.org/geos" >> $verfile
echo "GDAL VERSION: ${GDAL_VER} http://trac.osgeo.org/gdal" >> $verfile
echo "PROJ VERSION: ${PROJ_VER} http://trac.osgeo.org/proj" >> $verfile
-echo "PAGC ADDRESS STANDARDIZER: http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql " >> $verfile
+
+if [ -n "$SFCGAL_VER" ]; then
+ echo "CGAL VERSION: ${CGAL_VER} http://www.cgal.org" >> $verfile
+ echo "BOOST VERSION: ${BOOST_VER} http://www.boost.org" >> $verfile
+ echo "SFCGAL VERSION: ${SFCGAL_VER} http://www.sfcgal.org https://github.com/Oslandia/SFCGAL" >> $verfile
+fi;
+#echo "PAGC ADDRESS STANDARDIZER: http://sourceforge.net/p/pagc/code/HEAD/tree/branches/sew-refactor/postgresql " >> $verfile
cd ${RELDIR}
zip -r $package ${RELVERDIR}
#scp $package robe@www.refractions.net:${DWN}/${REL_PGVER}/buildbot/${RELVERDIR}.zip
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
+ export CGAL_VER=4.6.1
+ BOOST_VER=1.59.0
+
+ export BOOST_VER_WU=1_59_0
export PATH="${PROJECTS}/CGAL/rel-cgal-${CGAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/boost/rel-${BOOST_VER_WU}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
#this is a major cludge but only building with pcre support if SFCGAL is built - can't figure out how to do this without passing PCRE