heroku / heroku-geo-buildpack

37 stars 26 forks source link

Building newer GDAL fails due to removal of autoconf support #52

Closed edmorley closed 4 months ago

edmorley commented 4 months ago

Trying to build newer GDAL fails with:

./builds/gdal/gdal.sh: line 16: ./configure: No such file or directory

This is because of:

CMake is the only build system available in-tree. autoconf and nmake build systems have been removed

https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md#in-a-nutshell

We'll have to switch to CMake instead: https://gdal.org/development/building_from_source.html