Skip to content
Snippets Groups Projects
Commit 190494f9 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco
Browse files

Build libgdal with libgeos support

According to https://www.pythonanywhere.com/forums/topic/2801/ this will
allow users of osgeo, geopandas, geodjango, and other related libraries
to operate without seeing a message like `ERROR 6: GEOS support not
enabled.` in their application logs.
parent dbeca147
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ SOURCE_TARBALL="http://download.osgeo.org/gdal/${VERSION}/gdal-${VERSION}.tar.gz ...@@ -16,7 +16,7 @@ SOURCE_TARBALL="http://download.osgeo.org/gdal/${VERSION}/gdal-${VERSION}.tar.gz
curl -L $SOURCE_TARBALL | tar zx curl -L $SOURCE_TARBALL | tar zx
pushd "gdal-${VERSION}" pushd "gdal-${VERSION}"
./configure --prefix=$OUT_PREFIX --enable-static=no && ./configure --prefix=$OUT_PREFIX --enable-static=no --with-python --with-geos=yes &&
make make
make install make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment