From 67f6d9828896478b5a7d39c43873b483ca5ac3ed Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 2 Mar 2010 12:16:01 +0000 Subject: [PATCH] BUG: build order not correct for reconstruct library to be built. --- src/Allwmake | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Allwmake b/src/Allwmake index 2f6d198d8e..6822aac23b 100755 --- a/src/Allwmake +++ b/src/Allwmake @@ -27,16 +27,18 @@ wmake libso edgeMesh wmake libso surfMesh wmake libso triSurface -# Decomposition methods needed by meshTools +# Decomposition methods needed by dummyThirdParty parallel/AllwmakeLnInclude +# dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools dummyThirdParty/Allwmake -wmake libso parallel/decompositionMethods -wmake libso parallel/metisDecomp wmake libso meshTools wmake libso finiteVolume wmake libso genericPatchFields +# Build the proper scotchDecomp, metisDecomp etc. +parallel/Allwmake + wmake libso sampling wmake libso dynamicMesh