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

add cython ..

parent 05b26832
......@@ -4,21 +4,13 @@ extends =
../scipy/buildout.cfg
parts =
cython
scikit-learn
[scikit-learn-env]
<= numpy-env
[scikit-learn-repo]
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
[scikit-learn]
recipe = zc.recipe.egg:custom
egg = scikit-learn
environment = scikit-learn-env
egg = scikit-learn
setup = ${scikit-learn-repo:location}
setup-eggs =
${numpy:egg}
......@@ -28,4 +20,16 @@ rpath =
${gcc-fortran:location}/lib64
${openblas:location}/lib
[scikit-learn-env]
<= numpy-env
[scikit-learn-repo]
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
......@@ -8,9 +8,6 @@ extends =
parts +=
cython
pyanomaly-repository
geoip-dev
geoip
geolite2
ipcalc
fluentd
......
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