Commit 821b4937 authored by isaak yansane-sisk's avatar isaak yansane-sisk

install patched dev branch of scikit

parent 33b94c48
...@@ -12,17 +12,26 @@ parts += ...@@ -12,17 +12,26 @@ parts +=
numpy numpy
scipy scipy
cython cython
pythonwithnumpy-init
scikit-learn-repository
pythonwithnumpy pythonwithnumpy
scikit-learn # geoip-dev
geoip # geoip
geolite2 # geolite2
ipcalc # ipcalc
[pythonwithnumpy] [pythonwithnumpy]
recipe = plone.recipe.command
executable = ${buildout:directory}/bin/${pythonwithnumpy-init:interpreter}
command =
mv ${:executable} ${scikit-learn-repository:location}/ && cd ${scikit-learn-repository:location} && ${scikit-learn-repository:location}/pythonwithnumpy ${scikit-learn-repository:location}/setup.py build_ext --inplace
stop-on-error = true
[pythonwithnumpy-init]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = pythonwithnumpy interpreter = pythonwithnumpy
executable = ${buildout:directory}/bin/${:interpreter} environment =
location = ${buildout:parts-directory}/scikit-learn PATH=${scikit-learn-repository:location}:%(PATH)s
eggs = eggs =
setuptools setuptools
${numpy:egg} ${numpy:egg}
...@@ -42,15 +51,21 @@ egg = geoip ...@@ -42,15 +51,21 @@ egg = geoip
recipe = zc.recipe.egg recipe = zc.recipe.egg
egg = geolite2 egg = geolite2
[geoip-dev]
recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
configure-command = './bootstrap && ./configure'
[ipcalc] [ipcalc]
recipe = zc.recipe.egg recipe = zc.recipe.egg
egg = ipcalc egg = ipcalc
[scikit-learn] [scikit-learn]
recipm = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
egg = scikit-learn egg = scikit-learn
setup = ${scikit-learn-repository:location}/ setup = ${scikit-learn-repository:location}
python = pythonwithnumpy
[scikit-learn-repository] [scikit-learn-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