Commit 81a15734 authored by Aurélien Vermylen's avatar Aurélien Vermylen

Add some GNSS-related modules.

parent 3df26781
[buildout]
parts =
polyline
[polyline]
recipe = zc.recipe.egg:custom
egg = polyline
\ No newline at end of file
[buildout]
parts =
psycopg2
[psycopg2-env]
PATH = ${postgresql:location}/bin:%(PATH)s
[psycopg2]
recipe = zc.recipe.egg:custom
egg = psycopg2
define = PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3
environment = psycopg2-env
include-dirs =
${postgresql:location}/include
library-dirs =
${postgresql:location}/lib
rpath =
${postgresql:location}/lib
\ No newline at end of file
[buildout]
extends =
../geos/buildout.cfg
../gcc/buildout.cfg
parts =
shapely
[shapely-env]
GEOS_CONFIG = ${geos:location}/bin/geos-config
LD_LIBRARY_PATH = ${geos:location}/lib
[shapely]
environment = shapely-env
recipe = zc.recipe.egg:custom
egg = shapely
rpath =
${geos:location}/lib
${gcc:location}/lib
${gcc:location}/lib64
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment