Skip to content
Snippets Groups Projects
Commit 26fbb5af authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Added boost string and parallel compilation

parent bf140b15
Branches
Tags
No related merge requests found
...@@ -6,32 +6,39 @@ ...@@ -6,32 +6,39 @@
parts = scripts parts = scripts
eggs = bob.learn.misc eggs = bob.learn.misc
extensions = bob.buildout extensions = bob.buildout
mr.developer ; mr.developer
auto-checkout = * ;auto-checkout = *
develop = src/bob.extension develop = .
src/bob.blitz
src/bob.core ;src/bob.extension
src/bob.io.base ; src/bob.blitz
src/bob.sp ; src/bob.core
src/bob.math ; src/bob.io.base
src/bob.learn.activation ; src/bob.sp
src/bob.learn.linear ; src/bob.math
. ; src/bob.learn.activation
; src/bob.learn.linear
; .
; options for bob.buildout extension ; options for bob.buildout extension
debug = true debug = true
verbose = true verbose = true
newest = false newest = false
prefer-final = false
[environ]
BOB_BUILD_PARALLEL = 4
BOB_PREFIX_PATH = /remote/filer.gx/group.torch5spro/externals/py278/usr
[sources] ;[sources]
bob.extension = git https://github.com/bioidiap/bob.extension ;bob.extension = git https://github.com/bioidiap/bob.extension
bob.blitz = git https://github.com/bioidiap/bob.blitz ;bob.blitz = git https://github.com/bioidiap/bob.blitz
bob.core = git https://github.com/bioidiap/bob.core ;bob.core = git https://github.com/bioidiap/bob.core
bob.io.base = git https://github.com/bioidiap/bob.io.base ;bob.io.base = git https://github.com/bioidiap/bob.io.base
bob.sp = git https://github.com/bioidiap/bob.sp ;bob.sp = git https://github.com/bioidiap/bob.sp
bob.math = git https://github.com/bioidiap/bob.math ;bob.math = git https://github.com/bioidiap/bob.math
bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation ;bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear ;bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment