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
d5e92d68
Commit
d5e92d68
authored
Jul 20, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update anomaly-ids SR with pythonwithnumpy interpreter, &c
parent
09061fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
24 deletions
+31
-24
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+31
-24
No files found.
software/anomaly-ids/software.cfg
View file @
d5e92d68
[buildout]
versions = versions
extends =
../../component/scikit-learn/buildout.cfg
../../component/numpy/buildout.cfg
../../component/scipy/buildout.cfg
../../component/cython/buildout.cfg
../../component/fluentd/buildout.cfg
../../component/git/buildout.cfg
../../software/wendelin/software.cfg
parts +=
numpy
scipy
cython
pyanomaly-repository
pythonwithnumpy
scikit-learn
geoip
geolite2
ipcalc
fluentd
[pythonwithnumpy]
recipe = zc.recipe.egg
interpreter = pythonwithnumpy
executable = ${buildout:directory}/bin/${:interpreter}
location = ${buildout:parts-directory}/scikit-learn
eggs =
setuptools
${numpy:egg}
${scipy:egg}
${cython:egg}
[pyanomaly-repository]
recipe = slapos.recipe.build:gitclone
...
...
@@ -25,11 +42,6 @@ egg = geoip
recipe = zc.recipe.egg
egg = geolite2
[geoip-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/mitsuhiko/python-geoip.git
location = ${buildout:parts-directory}/geoip/
[geoip-dev]
recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
...
...
@@ -37,26 +49,21 @@ environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
pre-configure = './bootstrap'
[geoip-dev-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/maxmind/geoip-api-c.git
location = ${buildout:parts-directory}/libgeoipdev
[ipcalc]
recipe = zc.recipe.egg
egg = ipcalc
[ipcalc-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/tehmaze/ipcalc.git
location = ${buildout:parts-directory}/ipcalc
[cython]
recipe = zc.recipe.egg
egg = cython
[scikit-learn]
recipm = zc.recipe.egg:develop
egg = scikit-learn
setup = ${scikit-learn-repository:location}/
python = pythonwithnumpy
[
cytho
n-repository]
[
scikit-lear
n-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/cython/cython
git-executable = ${git:location}/bin/git
repository = https://github.com/donkey-hotei/scikit-learn.git
location = ${buildout:parts-directory}/scikit-learn
[versions]
numpy=1.11.1
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