openfoam/applications/utilities/postProcessing/graphics/PVFoamReader/Allwmake
2008-04-15 18:56:58 +01:00

8 lines
231 B
Bash
Executable File

#!/bin/sh
set -x
if [ "$ParaView_VERSION" != "3" -a "$ParaView_DIR" -a -r $ParaView_DIR ] ; then
wmake libso vtkFoam
(cd PVFoamReader; mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1; cd Make/$WM_OPTIONS; cmake ../..; make)
fi