Commit 697e71f3 authored by isaak yansane-sisk's avatar isaak yansane-sisk

add test-scikit SR

parent 7a49a759
[buildout]
versions = versions
extends =
../../stack/slapos.cfg
../../component/numpy/buildout.cfg
../../component/scipy/buildout.cfg
../../component/cython/buildout.cfg
../../component/ca-certificates/buildout.cfg
../../component/git/buildout.cfg
parts =
numpy
scipy
cython
pythonwithnumpy
scikit-learn-egg
[pythonwithnumpy]
recipe = zc.recipe.egg
interpreter = pythonwithnumpy
executable = ${buildout:directory}/bin/${:interpreter}
eggs =
setuptools
${numpy:egg}
${scipy:egg}
${cython:egg}
initialization =
import numpy
import scipy
import cython
[scikit-learn-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/scikit-learn/scikit-learn.git
location = ${buildout:parts-directory}/scikit-learn
[scikit-learn-egg]
recipe = zc.recipe.egg:develop
egg = scikit-learn
setup = ${scikit-learn-repository:location}/
python = pythonwithnumpy
[versions]
numpy=1.11.1
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