Remove quad_tile library and extract to gem

Quad tile functions are now installed via a gem with native extension
automatically. This improves the run time of the test suite by ~30% for
users that didn't bother to build the C version of the functions.

Closes #1314
Closes #1899
This commit is contained in:
Benjamin Reynolds 2018-06-14 18:25:35 +01:00 committed by Tom Hughes
parent 39a1600c3a
commit d5672aed4a
10 changed files with 6 additions and 292 deletions

View file

@ -1,7 +1,7 @@
PG_CONFIG ?= pg_config
DESTDIR ?= .
QTDIR=../../lib/quad_tile
QTDIR=$(shell bundle show quad_tile)/ext/quad_tile
OS=$(shell uname -s)
ifeq (${OS},Darwin)