Commit d5e92d68 authored by isaak yansane-sisk's avatar isaak yansane-sisk

update anomaly-ids SR with pythonwithnumpy interpreter, &c

parent 09061fe2
[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
[cython-repository]
[scikit-learn-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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment