Skip to content
Snippets Groups Projects
Select Git revision
  • b51cf17cc6c1e0f26c60c9691c5153e433e5122a
  • master default protected
  • develop protected
  • bob_em_train
  • v3.3.1
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
  • v3.0.0
  • v2.1.8
  • v2.1.7
  • v2.1.7b0
  • v2.1.6
  • v2.1.5
  • v2.1.4
  • v2.1.3
  • v2.1.2
  • v2.1.1
  • v2.1.0
  • v2.0.13
24 results

buildout.cfg

Blame
  • 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