Commit 0abe336d authored by isaak yansane-sisk's avatar isaak yansane-sisk

use patched developement branch of scikit-learn, not version 0.17

parent bdbac586
...@@ -9,10 +9,17 @@ parts = ...@@ -9,10 +9,17 @@ parts =
[scikit-learn-env] [scikit-learn-env]
<= numpy-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 egg = scikit-learn
environment = scikit-learn-env environment = scikit-learn-env
setup = ${scikit-learn-repo:location}
setup-eggs = setup-eggs =
${numpy:egg} ${numpy:egg}
${scipy:egg} ${scipy:egg}
...@@ -20,3 +27,5 @@ rpath = ...@@ -20,3 +27,5 @@ rpath =
${gcc-fortran:location}/lib ${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64 ${gcc-fortran:location}/lib64
${openblas:location}/lib ${openblas:location}/lib
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