Shapely
Shapely (Python)

https://pypi.python.org/pypi/Shapely

Non optimized, minimal Build:

Compiler gcc-4.9

requires:

GEOS

Install

Set the correct library path

export LD_LIBRARY_PATH=/usr/net/lib/geos-3.4.2-gcc4.9/lib/:$LD_LIBRARY_PATH

install with correct compiler flags

CFLAGS=`/usr/net/lib/geos-3.4.2-gcc4.9/bin/geos-config --cflags` LDFLAGS=`/usr/net/lib/geos-3.4.2-gcc4.9/bin/geos-config --clibs` pip install shapely
Log In