openfoam/applications/utilities/mesh/manipulation/renumberMesh/Allwmake
2012-02-21 13:00:35 +00:00

15 lines
356 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
export SLOAN_LINK_FLAGS=''
if [ -f "${FOAM_LIBBIN}/libSloanRenumber.so" ]
then
echo "Found libSloanRenumber.so -- enabling Sloan renumbering support."
export SLOAN_LINK_FLAGS="-lSloanRenumber"
fi
wmake
# ----------------------------------------------------------------- end-of-file