Package Details: libspatialindex-git 20120429-1

Package Base: libspatialindex-git
Description: C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API
Upstream URL: http://libspatialindex.github.com/
Category: lib
Licenses: GPL
Submitter: mutantmonkey
Maintainer: Schrottfresse
Last Packager: None
Votes: 5
First Submitted: 2012-04-30 01:48
Last Updated: 2012-04-30 01:48

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by hack.augusto

2014-08-02 03:07

For some reason the using cmake produces a smaller library, in my system is is 2.11MiB smaller.

For people trying to use python's bindings for this library, the commit bellow broke it:

615faddd94003f3cbb401dc7e6d1ffaa5a2952bc Mon Jul 28 10:04:59 2014 -0500

Here is a quick fix:

sed -i 's/SIDX_VERSION_MAJOR.SIDX_VERSION_MINOR.SIDX_VERSION_REV/1.8.1/' include/spatialindex/Version.h

https://github.com/libspatialindex/libspatialindex/commit/1bd4f2de4f289e4679c15731c392a8b211e336a9#diff-0c9e14b037b25fe2e77fd60afed7cdbfR46