software.cfg 254 Bytes
Newer Older
Marco Mariani's avatar
Marco Mariani committed
1 2 3 4 5
# A minimal software release to test the r-language component (depends on gfortran).

[buildout]
extends = 
  ../../stack/slapos.cfg
Julien Muchembled's avatar
Julien Muchembled committed
6
  buildout.cfg
Marco Mariani's avatar
Marco Mariani committed
7 8 9 10 11 12 13 14 15 16

parts =
  eggs
  r-language

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
  slapos.cookbook