Commit 7a49a759 authored by isaak yansane-sisk's avatar isaak yansane-sisk

attemping to clone scikit-learn fork

parent 897b10e6
......@@ -4,14 +4,13 @@ extends =
../scipy/buildout.cfg
parts =
cython
scikit-learn
scikit-learn-repository
[scikit-learn]
recipe = zc.recipe.egg:develop
recipe = zc.recipe.egg:script
environment = scikit-learn-env
egg = scikit-learn
setup = ${scikit-learn-repo:location}
setup = ${scikit-learn-repository:location}
setup-eggs =
${numpy:egg}
${scipy:egg}
......@@ -23,13 +22,8 @@ rpath =
[scikit-learn-env]
<= numpy-env
[scikit-learn-repo]
[scikit-learn-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/donkey-hotei/scikit-learn.git
location = ${buildout:parts-directory}/scikit-learn
[cython]
recipe = zc.recipe.egg:develop
egg = cython
[buildout]
versions = versions
extends =
../../component/scikit-learn/buildout.cfg
../../component/fluentd/buildout.cfg
../../component/git/buildout.cfg
../../software/wendelin/software.cfg
......@@ -19,12 +20,10 @@ location = ${buildout:parts-directory}/pyanomaly
[geoip]
recipe = zc.recipe.egg
egg = geoip
#setup = ${geoip-repository:location}
[geolite2]
recipe = zc.recipe.egg
egg = geolite2
#setup = ${geoip-repository:location}/geolite2/
[geoip-repository]
recipe = slapos.recipe.build:gitclone
......
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