; vim: set fileencoding=utf-8 :
; Manuel Guenther <manuel.guenther@idiap.ch>
; Thu Oct  9 16:51:06 CEST 2014

[buildout]
parts = scripts
eggs = bob.bio.gmm
       gridtk

extensions = bob.buildout
             mr.developer
auto-checkout = *
develop = src/bob.bio.base
          .
         
; options for bob.buildout
debug = true
verbose = true
newest = false

[sources]
bob.bio.base = git https://github.com/bioidiap/bob.bio.base

[scripts]
recipe = bob.buildout:scripts
dependent-scripts = true