mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -1,3 +1,3 @@
|
||||
metisDecomp.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libmetisDecomp
|
||||
LIB = $(FOAM_EXT_LIBBIN)/libmetisDecomp
|
||||
|
||||
@ -4,5 +4,4 @@ EXE_INC = \
|
||||
-I../decompositionMethods/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lmetis \
|
||||
-lGKlib
|
||||
-L$(FOAM_EXT_LIBBIN) -lmetis -lGKlib
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
scotchDecomp.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libscotchDecomp
|
||||
LIB = $(FOAM_EXT_LIBBIN)/libscotchDecomp
|
||||
|
||||
@ -4,4 +4,4 @@ EXE_INC = \
|
||||
-I../decompositionMethods/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lscotch -lscotcherrexit -lrt
|
||||
-L$(FOAM_EXT_LIBBIN) -lscotch -lscotcherrexit -lrt
|
||||
|
||||
Reference in New Issue
Block a user