Skip to content
Snippets Groups Projects
buildout.cfg 555 B
Newer Older
; vim: set fileencoding=utf-8 :
; Manuel Guenther <manuel.guenther@idiap.ch>
; Thu Oct  9 16:51:06 CEST 2014

[buildout]
parts = scripts
eggs = bob.learn.linear
       bob.learn.em
       bob.bio.base
       bob.bio.gmm
       bob.bio.face
extensions = bob.buildout

develop = ../../bob/layers/1/bob.learn.linear
          ../../bob/layers/1/bob.learn.em
          ../bob.bio.base
          ../bob.bio.gmm
          .

; options for bob.buildout
debug = true
verbose = true
newest = false

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