1 --- src/OpenFOAM-2.1.0/bin/paraFoam
2 +++ src/OpenFOAM-2.1.0/bin/paraFoam
14 # check that reader module has been built
16 -if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPV3FoamReader_SM.so ]
20 -FATAL ERROR: ParaView reader module libraries do not exist
22 -Please build the reader module before continuing:
23 -cd \$FOAM_UTILITIES/postProcessing/graphics/PV3Readers
30 +# NOTE: For OpenFOAM built from AUR, paraview will already be installed
31 +# with the required readers. No need to perform this check.
33 +#if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPV3FoamReader_SM.so ]
37 +#FATAL ERROR: ParaView reader module libraries do not exist
39 +#Please build the reader module before continuing:
40 +#cd \$FOAM_UTILITIES/postProcessing/graphics/PV3Readers
49 # check for --data=... argument