; 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.mlp extensions = bob.buildout mr.developer auto-checkout = * develop = src/bob.extension src/bob.blitz src/bob.core src/bob.io.base src/bob.math src/bob.learn.activation . ; options for bob.buildout extension debug = true verbose = true [sources] 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.math = git https://github.com/bioidiap/bob.math bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation [scripts] recipe = bob.buildout:scripts