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
444f70dc
Commit
444f70dc
authored
Aug 14, 2017
by
Aurélien Vermylen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added polyline and shapely and improved buildout file.
parent
3797a87a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
6 deletions
+33
-6
component/polyline/buildout.cfg
component/polyline/buildout.cfg
+7
-0
component/shapely/buildout.cfg
component/shapely/buildout.cfg
+19
-0
software/wendelin/software.cfg
software/wendelin/software.cfg
+7
-6
No files found.
component/polyline/buildout.cfg
0 → 100644
View file @
444f70dc
[buildout]
parts =
polyline
[polyline]
recipe = zc.recipe.egg:custom
egg = polyline
\ No newline at end of file
component/shapely/buildout.cfg
0 → 100644
View file @
444f70dc
[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 =
${geos:location}/lib
${gcc:location}/lib
${gcc:location}/lib64
\ No newline at end of file
software/wendelin/software.cfg
View file @
444f70dc
...
...
@@ -3,16 +3,16 @@ versions = versions
extends =
../../component/wendelin.core/buildout.cfg
../../component/msgpack-python/buildout.cfg
../../component/scipy/buildout.cfg
../../component/shapely/buildout.cfg
../../component/polyline/buildout.cfg
../../software/erp5/software.cfg
parts +=
wendelin
scipy
msgpack-python
shapely
polyline
ipython
wendelin.core
jupyter
jupyter-notebook-initialized-scripts
wendelin_test_suite_runner
wendelin_testrunner
...
...
@@ -22,12 +22,13 @@ initialization =
extra-paths +=
${wendelin:location}
eggs +=
astor
${scipy:egg}
${msgpack-python:egg}
${shapely:egg}
${polyline:egg}
${wendelin.core:egg}
${ipython:egg}
[generic_testrunner_init]
initialization =
# The 4 lines below will replace the process with another one, with the proper
...
...
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