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
79c8bf37
Commit
79c8bf37
authored
Nov 29, 2017
by
Aurélien Vermylen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tempbranch'
parents
42313409
d1038499
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
2 deletions
+49
-2
component/geos/buildout.cfg
component/geos/buildout.cfg
+2
-2
component/polyline/buildout.cfg
component/polyline/buildout.cfg
+7
-0
component/psycopg2/buildout.cfg
component/psycopg2/buildout.cfg
+22
-0
component/shapely/buildout.cfg
component/shapely/buildout.cfg
+18
-0
No files found.
component/geos/buildout.cfg
View file @
79c8bf37
...
...
@@ -4,9 +4,9 @@ parts =
[geos]
recipe = slapos.recipe.cmmi
version = 3.
4
.2
version = 3.
6
.2
url = http://download.osgeo.org/geos/geos-${:version}.tar.bz2
md5sum =
fc5df2d926eb7e67f988a43a92683bae
md5sum =
a32142343c93d3bf151f73db3baa651f
configure-options =
--disable-dependency-tracking
--disable-static
component/polyline/buildout.cfg
0 → 100644
View file @
79c8bf37
[buildout]
parts =
polyline
[polyline]
recipe = zc.recipe.egg:custom
egg = polyline
\ No newline at end of file
component/psycopg2/buildout.cfg
0 → 100644
View file @
79c8bf37
[buildout]
extends =
../postgresql/buildout.cfg
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
0 → 100644
View file @
79c8bf37
[buildout]
extends =
../geos/buildout.cfg
../gcc/buildout.cfg
parts =
shapely
[shapely-env]
GEOS_CONFIG = ${geos:location}/bin/geos-config
[shapely]
environment = shapely-env
recipe = zc.recipe.egg:custom
egg = shapely
rpath =
${gcc:location}/lib
${gcc:location}/lib64
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