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

add cython ..

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