From 9c886f6d51f709bba6bbbb405b28eb013cd821f0 Mon Sep 17 00:00:00 2001 From: Bernhard Gschaider Date: Fri, 14 Nov 2014 13:31:19 +0100 Subject: [PATCH] Make the bootstrap-script compile the Bazaar as well (fix failing cfMesh-tests) --- vagrantSandbox/skel/bootstrapFoam.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vagrantSandbox/skel/bootstrapFoam.sh b/vagrantSandbox/skel/bootstrapFoam.sh index b85238396..4c3cdb08a 100755 --- a/vagrantSandbox/skel/bootstrapFoam.sh +++ b/vagrantSandbox/skel/bootstrapFoam.sh @@ -32,3 +32,7 @@ source etc/bashrc # compile swak4Foam cd $WM_THIRD_PARTY_DIR ./AllMake.stage5 2>&1 | tee --append $BOOTSTRAPLOG + +# compile the Bazaar +cd $WM_PROJECT_DIR/extend-bazaar +./Allwmake 2>&1 | tee --append $BOOTSTRAPLOG