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

[buildout]
parts = scripts
Manuel Günther's avatar
Manuel Günther committed
eggs = bob.bio.gmm
       gridtk
Manuel Günther's avatar
Manuel Günther committed
extensions = bob.buildout
             mr.developer
auto-checkout = *
Manuel Günther's avatar
Manuel Günther committed
develop = src/bob.extension
          src/bob.blitz
          src/bob.core
          src/bob.io.base
          src/bob.learn.activation
          src/bob.math
          src/bob.learn.linear
          src/bob.sp
          src/bob.learn.em
          src/bob.measure
          src/bob.db.base
          src/bob.db.verification.utils
          src/bob.db.verification.filelist
          src/bob.db.atnt
          src/bob.io.image
          src/bob.bio.base
; options for bob.buildout
Manuel Günther's avatar
Manuel Günther committed
debug = true
Manuel Günther's avatar
Manuel Günther committed
[sources]
Manuel Günther's avatar
Manuel Günther committed
bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.math = git https://github.com/bioidiap/bob.math
bob.sp = git https://github.com/bioidiap/bob.sp
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
bob.learn.em = git https://github.com/bioidiap/bob.learn.em
bob.measure = git https://github.com/bioidiap/bob.measure
bob.db.base = git https://github.com/bioidiap/bob.db.base
bob.db.verification.utils = git https://github.com/bioidiap/bob.db.verification.utils
bob.db.verification.filelist = git https://github.com/bioidiap/bob.db.verification.filelist
bob.db.atnt = git https://github.com/bioidiap/bob.db.atnt
bob.io.image = git https://github.com/bioidiap/bob.io.image
Manuel Günther's avatar
Manuel Günther committed
bob.bio.base = git https://github.com/bioidiap/bob.bio.base

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