Skip to content
Snippets Groups Projects
Commit 67f6d982 authored by mattijs's avatar mattijs
Browse files

BUG: build order not correct for reconstruct library to be built.

parent fd6003d9
No related branches found
No related tags found
No related merge requests found
...@@ -27,16 +27,18 @@ wmake libso edgeMesh ...@@ -27,16 +27,18 @@ wmake libso edgeMesh
wmake libso surfMesh wmake libso surfMesh
wmake libso triSurface wmake libso triSurface
# Decomposition methods needed by meshTools # Decomposition methods needed by dummyThirdParty
parallel/AllwmakeLnInclude parallel/AllwmakeLnInclude
# dummyThirdParty (dummy metisDecomp, scotchDecomp etc) needed by e.g. meshTools
dummyThirdParty/Allwmake dummyThirdParty/Allwmake
wmake libso parallel/decompositionMethods
wmake libso parallel/metisDecomp
wmake libso meshTools wmake libso meshTools
wmake libso finiteVolume wmake libso finiteVolume
wmake libso genericPatchFields wmake libso genericPatchFields
# Build the proper scotchDecomp, metisDecomp etc.
parallel/Allwmake
wmake libso sampling wmake libso sampling
wmake libso dynamicMesh wmake libso dynamicMesh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment