mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Scotch is now built using its own build system which builds an additional metis.h which conflicts with the metis one so to have separate include directory settings we also need separate Make/ structures.
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/triSurface/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-ltriSurface \
|
|
-ldecompositionMethods \
|
|
-lmetisDecompositionMethod \
|
|
-llagrangian
|