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 +=
numpy
scipy
cython
pythonwithnumpy-init
scikit-learn-repository
pythonwithnumpy
scikit-learn
geoip
geolite2
ipcalc
# geoip-dev
# geoip
# geolite2
# ipcalc
[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
interpreter = pythonwithnumpy
executable = ${buildout:directory}/bin/${:interpreter}
location = ${buildout:parts-directory}/scikit-learn
interpreter = pythonwithnumpy
environment =
PATH=${scikit-learn-repository:location}:%(PATH)s
eggs =
setuptools
${numpy:egg}
......@@ -42,15 +51,21 @@ egg = geoip
recipe = zc.recipe.egg
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]
recipe = zc.recipe.egg
egg = ipcalc
[scikit-learn]
recipm = zc.recipe.egg:develop
recipe = zc.recipe.egg:develop
egg = scikit-learn
setup = ${scikit-learn-repository:location}/
python = pythonwithnumpy
setup = ${scikit-learn-repository:location}
[scikit-learn-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