ENH: relocate 3rd party libraries -> FOAM_EXT_LIBBIN

- place under $WM_THIRD_PARTY_DIR/lib/$WM_OPTIONS
- relocate FOAM_MPI_LIBBIN accordingly
This commit is contained in:
Mark Olesen
2010-12-30 13:52:34 +01:00
parent 54e9622e95
commit 171d7a35e5
9 changed files with 61 additions and 36 deletions

View File

@ -1,3 +1,3 @@
metisDecomp.C
LIB = $(FOAM_LIBBIN)/libmetisDecomp
LIB = $(FOAM_EXT_LIBBIN)/libmetisDecomp

View File

@ -4,5 +4,4 @@ EXE_INC = \
-I../decompositionMethods/lnInclude
LIB_LIBS = \
-lmetis \
-lGKlib
-L$(FOAM_EXT_LIBBIN) -lmetis -lGKlib

View File

@ -1,3 +1,3 @@
scotchDecomp.C
LIB = $(FOAM_LIBBIN)/libscotchDecomp
LIB = $(FOAM_EXT_LIBBIN)/libscotchDecomp

View File

@ -4,4 +4,4 @@ EXE_INC = \
-I../decompositionMethods/lnInclude
LIB_LIBS = \
-lscotch -lscotcherrexit -lrt
-L$(FOAM_EXT_LIBBIN) -lscotch -lscotcherrexit -lrt