This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
Releases: JuliaGeo/GDALBuilder
Releases · JuliaGeo/GDALBuilder
GDAL3 with cURL and GEOS support
v3.0.2
v3.0.0-3
v3.0.0-2
v3.0.0-1
Switch to GDAL 2.4.1, and add curl and sqlite3 dependencies.
make libtool usage dependent on target And be explicit about --without-python Error in windows: ```/workspace/destdir/x86_64-w64-mingw32/lib/../lib/libstdc++.la: No such file or directory``` It comes from this Travis job: https://travis-ci.org/JuliaGeo/GDALBuilder/jobs/515658089#L639 Error --without-libtool on Linux: However that breaks the `i686-linux-gnu` and `x86_64-linux-gnu` builds with `undefined reference to `__dso_handle'`: https://travis-ci.org/JuliaGeo/GDALBuilder/jobs/518166189#L638-L640 (which might be a compiler bug)