Skip to content
Snippets Groups Projects
Commit 761b67bd authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

No need to use the grid here...

parent 836d3dbb
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,22 @@ ...@@ -3,16 +3,22 @@
; Mon 16 Apr 08:29:18 2012 CEST ; Mon 16 Apr 08:29:18 2012 CEST
[buildout] [buildout]
parts = external tests python parts = environment external tests python
develop = . develop = .
eggs = bob eggs = bob
gridtk
flandmark flandmark
newest = false newest = false
; Path to Bob's root - No need setting this if Bob is installed centrally
bob = /idiap/group/torch5spro/nightlies/last/install/install/linux-x86_64-release
[environment]
recipe = collective.recipe.environment
PKG_CONFIG_PATH = ${buildout:bob}/lib/pkgconfig
[external] [external]
recipe = xbob.buildout:external recipe = xbob.buildout:external
egg-directories = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release/lib egg-directories = ${buildout:bob}/lib
[tests] [tests]
recipe = xbob.buildout:nose recipe = xbob.buildout:nose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment