mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
- additional safety when using wmake to generate .so or exe files. These third-party libraries must not themselves have a link dependency on OpenFOAM.
18 lines
461 B
Plaintext
18 lines
461 B
Plaintext
/*
|
|
* NOTE: make any changes to this file in etc/wmakeFiles/
|
|
* Must use -DNDEBUG to disable kahip debug mode.
|
|
* Using -DMODE_NODESEP is not strictly required for building the library.
|
|
*/
|
|
|
|
EXE_INC = \
|
|
${c++LESSWARN} \
|
|
${COMP_OPENMP} \
|
|
-DNDEBUG -DMODE_NODESEP \
|
|
-I$(KAHIP_LIB_SRC) \
|
|
-I$(KAHIP_LIB_SRC)/partition \
|
|
-I$(KAHIP_LIB_SRC)/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement
|
|
|
|
LIB_LIBS =
|
|
|
|
PROJECT_LIBS =
|