Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
slapos
Commits
57b5d1f4
Commit
57b5d1f4
authored
Oct 18, 2017
by
Aurélien Vermylen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some more fixes and PostgreSQL connector.
parent
50c51b4d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
4 deletions
+28
-4
component/postgresql/buildout.cfg
component/postgresql/buildout.cfg
+1
-1
component/psycopg2/buildout.cfg
component/psycopg2/buildout.cfg
+19
-0
component/shapely/buildout.cfg
component/shapely/buildout.cfg
+1
-0
software/wendelin/software.cfg
software/wendelin/software.cfg
+7
-3
No files found.
component/postgresql/buildout.cfg
View file @
57b5d1f4
...
...
@@ -35,5 +35,5 @@ environment =
[postgresql92]
<= postgresql-common
url = http://ftp.postgresql.org/pub/source/v9.2.
18
/postgresql-9.2.22.tar.bz2
url = http://ftp.postgresql.org/pub/source/v9.2.
22
/postgresql-9.2.22.tar.bz2
md5sum = c5d3fb5229baf9e94ee2287980c55321
component/psycopg2/buildout.cfg
0 → 100644
View file @
57b5d1f4
[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
component/shapely/buildout.cfg
View file @
57b5d1f4
...
...
@@ -8,6 +8,7 @@ parts =
[shapely-env]
GEOS_CONFIG = ${geos:location}/bin/geos-config
LD_LIBRARY_PATH = ${geos:location}/lib
[shapely]
environment = shapely-env
...
...
software/wendelin/software.cfg
View file @
57b5d1f4
...
...
@@ -6,7 +6,9 @@ extends =
../../component/shapely/buildout.cfg
../../component/polyline/buildout.cfg
../../component/fastkml/buildout.cfg
# ../../component/clearroadutils/buildout.cfg
../../component/geos/buildout.cfg
../../component/postgresql/buildout.cfg
../../component/psycopg2/buildout.cfg
../../software/erp5/software.cfg
parts +=
...
...
@@ -15,7 +17,8 @@ parts +=
shapely
polyline
fastkml
# clearroadutils
geos
psycopg2
ipython
wendelin.core
wendelin_test_suite_runner
...
...
@@ -26,12 +29,13 @@ initialization =
import scipy.spatial.ckdtree # load our own libstdc++ explicitly at the very beginning
extra-paths +=
${wendelin:location}
${geos:location}
eggs +=
${msgpack-python:egg}
${shapely:egg}
${polyline:egg}
${fastkml:egg}
# ${clearroadutils
:egg}
${psycopg2
:egg}
${wendelin.core:egg}
${ipython:egg}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment