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
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 = \
$(LINK_FLAGS) \
-lsnappyHexMesh \
-lbarotropicCompressibilityModel \
-lsolidThermo \
......@@ -41,7 +42,6 @@ EXE_LIBS = \
-lOpenFOAM \
-lpotential \
-lradiationModels \
-lrandomProcesses \
-lreactionThermophysicalModels \
-lreconstruct \
-lsampling \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment