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
isaak yansane-sisk
slapos
Commits
0893df2b
Commit
0893df2b
authored
May 20, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libs for plotting maps
parent
dbcf4096
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
59 additions
and
2 deletions
+59
-2
component/geos/buildout.cfg
component/geos/buildout.cfg
+2
-2
component/shapely/buildout.cfg
component/shapely/buildout.cfg
+16
-0
software/wendelin/software.cfg
software/wendelin/software.cfg
+17
-0
software/wendelin/wendelin/instance.cfg
software/wendelin/wendelin/instance.cfg
+0
-0
software/wendelin/wendelin/software.cfg
software/wendelin/wendelin/software.cfg
+24
-0
No files found.
component/geos/buildout.cfg
View file @
0893df2b
...
...
@@ -4,9 +4,9 @@ parts =
[geos]
recipe = slapos.recipe.cmmi
version = 3.
4.2
version = 3.
5.0
url = http://download.osgeo.org/geos/geos-${:version}.tar.bz2
md5sum =
fc5df2d926eb7e67f988a43a92683bae
md5sum =
136842690be7f504fba46b3c539438dd
configure-options =
--disable-dependency-tracking
--disable-static
component/shapely/buildout.cfg
0 → 100644
View file @
0893df2b
[buildout]
extends =
../geos/buildout.cfg
parts =
shapely
[shapely_env]
GEOS_CONFIG=${geos:location}/bin/geos-config
[shapely]
recipe = zc.recipe.egg:custom
egg = shapely
environment = shapely_env
\ No newline at end of file
software/wendelin/software.cfg
View file @
0893df2b
[buildout]
versions = versions
extends =
../../component/proj4/buildout.cfg
../../component/shapely/buildout.cfg
../../component/wendelin.core/buildout.cfg
../../component/msgpack-python/buildout.cfg
../../component/scipy/buildout.cfg
../../software/erp5/software.cfg
parts +=
geos
proj4
wendelin
scipy
msgpack-python
...
...
@@ -23,6 +28,18 @@ eggs +=
${msgpack-python:egg}
${wendelin.core:egg}
${ipython:egg}
${shapely:egg}
beautifulsoup
patsy
statsmodels
user_agents
python-geoip
python-geoip-geolite2
logtools
pyproj
pyshp
vincent
seaborn
[erp5_repository_list]
repository_id_list += wendelin
...
...
software/wendelin/wendelin/instance.cfg
0 → 100644
View file @
0893df2b
software/wendelin/wendelin/software.cfg
0 → 100644
View file @
0893df2b
[buildout]
extends =
../../stack/lamp/buildout.cfg
../../stack/slapos.cfg
[application]
recipe = slapos.recipe.build:download-unpacked
url = Student shall put here url of zipped or tarballed web page or application
md5sum = Student may put here md5sum of this file, this is good idea
#If provided tarball does not contain top directory, option shall be changed to false
strip-top-level-dir = true
[application-template]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/template/REPLACE_ME_BY_APPLICATION_TEMPLATE_NAME
#md5sum = Student may put here md5sum of this file, this is good idea
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
#Student shall put here relative path to application top level directory where configuration shall be created
#location =
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