Select Git revision
buildout.cfg
-
Tiago de Freitas Pereira authoredTiago de Freitas Pereira authored
buildout.cfg 1.19 KiB
; vim: set fileencoding=utf-8 :
; Andre Anjos <andre.anjos@idiap.ch>
; Mon 16 Apr 08:29:18 2012 CEST
[buildout]
parts = scripts
eggs = bob.learn.misc
extensions = bob.buildout
; mr.developer
;auto-checkout = *
develop = .
;src/bob.extension
; src/bob.blitz
; src/bob.core
; src/bob.io.base
; src/bob.sp
; src/bob.math
; src/bob.learn.activation
; src/bob.learn.linear
; src/bob.buildout
; .
; options for bob.buildout extension
debug = true
verbose = true
newest = false
prefer-final = false
[environ]
BOB_BUILD_PARALLEL = 4
;[sources]
;bob.buildout = git https://github.com/bioidiap/bob.buildout
;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.sp = git https://github.com/bioidiap/bob.sp
;bob.math = git https://github.com/bioidiap/bob.math
;bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
;bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[scripts]
recipe = bob.buildout:scripts