mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
paraFoam: Updated instructions to build the reader modules
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=2027
This commit is contained in:
@ -121,9 +121,6 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# Get the ParaView major version to select the appropriate readers
|
|
||||||
version=`echo $ParaView_VERSION | sed -e 's/^\([0-9][0-9]*\).*$/\1/'`
|
|
||||||
|
|
||||||
# Check that reader module has been built
|
# Check that reader module has been built
|
||||||
if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPVFoamReader_SM.so ]
|
if [ $requirePV -eq 1 -a ! -f $PV_PLUGIN_PATH/libPVFoamReader_SM.so ]
|
||||||
then
|
then
|
||||||
@ -132,7 +129,7 @@ then
|
|||||||
FATAL ERROR: ParaView reader module libraries do not exist
|
FATAL ERROR: ParaView reader module libraries do not exist
|
||||||
|
|
||||||
Please build the reader module before continuing:
|
Please build the reader module before continuing:
|
||||||
cd \$FOAM_UTILITIES/postProcessing/graphics/PV${version}Readers
|
cd \$FOAM_UTILITIES/postProcessing/graphics/PVReaders
|
||||||
./Allwclean
|
./Allwclean
|
||||||
./Allwmake
|
./Allwmake
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user