From 7924d4c5591ed1dec86b9694d1462618435293b8 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Thu, 3 May 2012 10:22:58 +0200 Subject: [PATCH] Replaced my local Bob path with the one from bob.project.example --- localbob.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localbob.cfg b/localbob.cfg index acdef6f..f51b78b 100644 --- a/localbob.cfg +++ b/localbob.cfg @@ -36,7 +36,7 @@ recipe = local.bob.recipe:config ; If you go for a relative path, remember this path is relative to the path ; you are calling buildout from. This is normally the path that contains the ; file 'setup.py' for your own package. -install-directory = /scratch/mguenther/Bob/cmake/trunk +install-directory = ../bob/build ; Some examples for Idiap: ;install-directory = /idiap/group/torch5spro/releases/bob-1.0.2/install/linux-x86_64-release -- GitLab