Even, I've sorted things out. As described in https://github.com/sgillies /frs-wheel-builds/issues/15, I only need to change the MACOSX_DEPLOYMENT_TARGET in my builds from 10.6 to 10.9 to build GDAL 2.2.0 (and distribute Python wheels that include it). Sorry, Mountain Lion holdouts!
Rasterio is fine with GDAL 2.2.0beta2 except in a couple tests that check reprojection of a geometry that straddles the antimeridian. Whether to cut used to be optional, defaulting to false, but after https://trac.osgeo.org/gdal/changeset/35964 is true and no longer optional. https://github.com/OSGeo/gdal/blob/trunk/gdal/NEWS#L496 On Wed, Apr 26, 2017 at 1:05 PM, Even Rouault <[email protected]> wrote: > Sean, > > > > > I'd love to be able to build 2.2.0 on this slightly out of date compiler, > > > but if 2.2.0 will require C++11, I'll get with the program. > > > > 2.2.0 doesn't rquire C++11 > > > > It seems that this compiler undefines the C99 isnan() macro in all cases > as soon as <cmath> is included. > > > > Can you revert all the changes of your tree and apply the attached patch ? > > > > --without-cpp11 will probably still be needed. > > > > If that doesn't work, can you send the output of the following: > > > > gcc -dM -E - < /dev/null > > > > Even > > > > -- > > Spatialys - Geospatial professional services > > http://www.spatialys.com > -- Sean Gillies
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
