upstream plans to deprecate autotools in the next version, per
https://trac.osgeo.org/geos/wiki/RFC7
went in a bulk build without issues, thanks ajacoutot@
that bit was added in 2008, but now down the line, this caused gdal*
commands to blow on sparc64 with warnings such as
"/usr/local/lib/libestdc++.so.19.0:/usr/lib/libstdc++.so.57.0 : WARNING:
symbol(_ZNSt6locale5_Impl11_S_id_ctypeE) size mismatch, relink your
program", as reported by Phil Plane.
With all the gdal stack rebuilt, a basic gdalbuildvrt test now succeeds
on sparc64.
while here, fix geos-config --libs output which appended the lib version
we remove..
Went in an amd64 bulk without fallout, thanks ajacoutot@
armv7, this should save around 40h overall build time, and makes it more
visible to anyone working on the port that they are indeed broken on the
arch. OK phessler@ naddy@
Of note because the port is important to the architecture and
self-hosted builds are a good thing: building u-boot on armv7 fails
with an Internal Compiler Error (SIGBUS) in lib/time.c, it would be
particularly nice if someone has an idea how to fix this!
Now requires c++11 per https://trac.osgeo.org/geos/wiki/RFC5 so set
COMPILER accordingly.
Built the following consumers on amd64: mapserver, mapcache, qgis, gdal,
libosmium, postgis, and gdal on i386. No fallout.
Topology Suite (JTS). As such, it aims to contain the complete
functionality of JTS in C++. This includes all the OpenGIS "Simple
Features for SQL" spatial predicate functions and spatial operators,
as well as specific JTS topology functions such as IsValid().
help and ok sthen@, steven@