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