diff --git a/buildout.cfg b/buildout.cfg
index bf3e24d9eb3881b5bada13b08a4b11c73ab74c36..82028e68a36cd762f8ec181b31f9297dce20aa44 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -6,32 +6,39 @@
 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
-          .
+;             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
+;          .
 
 ; options for bob.buildout extension
 debug = true
 verbose = true
 newest = false
+prefer-final = false
+
+[environ]
+BOB_BUILD_PARALLEL = 4
+BOB_PREFIX_PATH = /remote/filer.gx/group.torch5spro/externals/py278/usr
 
-[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.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
+;[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.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