Skip to content
Snippets Groups Projects
Commit d716c59f authored by mattijs's avatar mattijs Committed by Mark OLESEN
Browse files

COMP: foamDebugSwitches: support for missing randomProcesses. Fixes #213.

parent b12b5054
Branches
No related tags found
No related merge requests found
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
if [ -f "$FFTW_ARCH_PATH/include/fftw3.h" ] || \
[ "${FFTW_ARCH_PATH##*-}" = system -a -f "/usr/include/fftw3.h" ]
then
export LINK_FLAGS="-lrandomProcesses"
fi
wmake
#------------------------------------------------------------------------------
EXE_LIBS = \ EXE_LIBS = \
$(LINK_FLAGS) \
-lsnappyHexMesh \ -lsnappyHexMesh \
-lbarotropicCompressibilityModel \ -lbarotropicCompressibilityModel \
-lsolidThermo \ -lsolidThermo \
...@@ -41,7 +42,6 @@ EXE_LIBS = \ ...@@ -41,7 +42,6 @@ EXE_LIBS = \
-lOpenFOAM \ -lOpenFOAM \
-lpotential \ -lpotential \
-lradiationModels \ -lradiationModels \
-lrandomProcesses \
-lreactionThermophysicalModels \ -lreactionThermophysicalModels \
-lreconstruct \ -lreconstruct \
-lsampling \ -lsampling \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment