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
90bba31f
Commit
90bba31f
authored
Aug 09, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add depedencies for ipcalc and remove geoip
parent
821b4937
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
11 deletions
+18
-11
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+18
-9
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+0
-2
No files found.
software/anomaly-ids/software.cfg
View file @
90bba31f
[buildout]
[buildout]
versions = versions
versions = versions
extends =
extends =
../../component/lxml-python/buildout.cfg
../../component/numpy/buildout.cfg
../../component/numpy/buildout.cfg
../../component/scipy/buildout.cfg
../../component/scipy/buildout.cfg
../../component/cython/buildout.cfg
../../component/cython/buildout.cfg
../../component/fluentd/buildout.cfg
../../component/fluentd/buildout.cfg
../../component/git/buildout.cfg
../../component/git/buildout.cfg
../../component/pyanomaly/buildout.cfg
../../software/wendelin/software.cfg
../../software/wendelin/software.cfg
parts +=
parts +=
...
@@ -15,10 +17,11 @@ parts +=
...
@@ -15,10 +17,11 @@ parts +=
pythonwithnumpy-init
pythonwithnumpy-init
scikit-learn-repository
scikit-learn-repository
pythonwithnumpy
pythonwithnumpy
# geoip-dev
fluentd
# geoip
pyanomaly
# geolite2
lxml-python
# ipcalc
ipcalc
six
[pythonwithnumpy]
[pythonwithnumpy]
recipe = plone.recipe.command
recipe = plone.recipe.command
...
@@ -38,6 +41,11 @@ eggs =
...
@@ -38,6 +41,11 @@ eggs =
${scipy:egg}
${scipy:egg}
${cython:egg}
${cython:egg}
[pyanomaly]
recipe = plone.recipe.command
executable = ${buildout:directory}/bin/${pythonwithnumpy-init:interpreter}
command = ${:executable} ${pyanomaly-repository:location}/setup.py
[pyanomaly-repository]
[pyanomaly-repository]
recipe = slapos.recipe.build:gitclone
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/donkey-hotei/pyanomaly.git
repository = https://lab.nexedi.com/donkey-hotei/pyanomaly.git
...
@@ -52,16 +60,17 @@ recipe = zc.recipe.egg
...
@@ -52,16 +60,17 @@ recipe = zc.recipe.egg
egg = geolite2
egg = geolite2
[geoip-dev]
[geoip-dev]
recipe = slapos.recipe.cmmi
recipe = plone.recipe.command
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
command = git clone https://github.com/maxmind/geoip-api-c && cd geoip-api-c && ./configure && make && make install
environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
configure-command = './bootstrap && ./configure'
[ipcalc]
[ipcalc]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
egg = ipcalc
egg = ipcalc
[six]
recipe = zc.recipe.egg
egg = six
[scikit-learn]
[scikit-learn]
recipe = zc.recipe.egg:develop
recipe = zc.recipe.egg:develop
egg = scikit-learn
egg = scikit-learn
...
...
stack/erp5/buildout.cfg
View file @
90bba31f
...
@@ -481,7 +481,6 @@ eggs =
...
@@ -481,7 +481,6 @@ eggs =
${python-ldap-python:egg}
${python-ldap-python:egg}
${pysvn-python:egg}
${pysvn-python:egg}
${pycrypto-python:egg}
${pycrypto-python:egg}
${scikit-learn:egg}
lock_file
lock_file
PyStemmer
PyStemmer
PyXML
PyXML
...
@@ -726,7 +725,6 @@ pyzmq = 15.2.0
...
@@ -726,7 +725,6 @@ pyzmq = 15.2.0
qrcode = 5.3
qrcode = 5.3
restkit = 4.2.2
restkit = 4.2.2
rtjp-eventlet = 0.3.2
rtjp-eventlet = 0.3.2
scikit-learn = 0.17.1
scipy = 0.17.1
scipy = 0.17.1
simplegeneric = 0.8.1
simplegeneric = 0.8.1
socketpool = 0.5.3
socketpool = 0.5.3
...
...
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