Commit 51e18381 authored by Valentin Benozillo's avatar Valentin Benozillo Committed by Tristan Cavelier

Adding scikit-image & PyWavelets eggs

parent faa300a9
[buildout]
extends =
../numpy/openblas.cfg
../cython/buildout.cfg
../scipy/buildout.cfg
parts =
PyWavelets
[PyWavelets-env]
<= numpy-env
[PyWavelets]
recipe = zc.recipe.egg:custom
egg = PyWavelets
environment = PyWavelets-env
setup-eggs =
${numpy:egg}
${scipy:egg}
${cython:egg}
rpath =
${gcc:location}/lib
${gcc:location}/lib64
${openblas:location}/lib
[PyWavelets-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/PyWavelets/pywt.git
location = ${buildout:parts-directory}/PyWavelets
[PyWavelets-develop]
# This only work if we use zc.recipe.egg from zc.buildout 2 patched
# by nexedi (zc.recipe.egg = 2.0.3+slapos001 and zc.buildout = 2.5.2+slapos003)
recipe = zc.recipe.egg:develop
egg = PyWavelets
setup = ${PyWavelets-repository:location}
environment = PyWavelets-env
setup-eggs =
${cython:egg}
${numpy:egg}
${scipy:egg}
rpath =
${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64
${openblas:location}/lib
[buildout]
extends =
../numpy/openblas.cfg
../cython/buildout.cfg
../scipy/buildout.cfg
../PyWavelets/buildout.cfg
../pillow/buildout.cfg
parts =
scikit-image
[scikit-image-env]
<= numpy-env
[scikit-image]
recipe = zc.recipe.egg:custom
egg = scikit-image
environment = scikit-image-env
setup-eggs =
${numpy:egg}
${scipy:egg}
${cython:egg}
${PyWavelets:egg}
${pillow-python:egg}
networkx
rpath =
${gcc:location}/lib
${gcc:location}/lib64
${openblas:location}/lib
[scikit-image-repository]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/scikit-image/scikit-image.git
location = ${buildout:parts-directory}/scikit-image
[scikit-image-develop]
# This only work if we use zc.recipe.egg from zc.buildout 2 patched
# by nexedi (zc.recipe.egg = 2.0.3+slapos001 and zc.buildout = 2.5.2+slapos003)
recipe = zc.recipe.egg:develop
egg = scikit-image
setup = ${scikit-image-repository:location}
environment = scikit-image-env
setup-eggs =
${cython:egg}
${numpy:egg}
${scipy:egg}
${PyWavelets:egg}
${pillow-python:egg}
networkx
rpath =
${gcc-fortran:location}/lib
${gcc-fortran:location}/lib64
${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