ParaView 5.4.0 cannot download through ThirdParty-5.x

Submitted by Ruoyu Chen on Sat, 09/01/2018 - 00:31

Hi:

i just meet a problem when i want to install Paraview 5.4.0 through ThirdParty-5.x ,
my step: cd OpenFOAM
cd ThirdParty-5.x
./makeParaView

and there comes the download failed. do somebody knows what's the problem?

Downloading ParaView-5.4.0
./makeParaView: 112: ./makeParaView: curl: not found
Download unsuccessful
ParaView download failed. Re-run to retry download

usage: makeParaView [OPTION] [CMAKE-OPTION]
options:
-rebuild for repeated builds (-make -install) *use with caution*
-rendering MODE rendering backend engine (current value: OpenGL2)
modes: OpenGL OpenGL2
-mesa with mesa (if not already enabled)
-mpi with mpi (if not already enabled)
-python with python (if not already enabled)
-cmake PATH with the cmake version corresponding to the cmake path given
-qmake PATH with the Qt version corresponding to the qmake path given
-qt with extra Qt gui support (if not already enabled)
-qt-VER with Qt version corresponding to
$WM_THIRD_PARTY_DIR/platforms/linux64Gcc/qt-VER/bin/qmake
-gcc force g++ instead of the value from $WM_CXX
-verbose verbose output in Makefiles
-version VER specify an alternative version (current value: 5.4.0)
-major VER specify an alternative major version for special builds
-mesa-include DIR
location of mesa headers (current value: /usr/include/GL)
-mesa-lib PATH path to mesa library (current value: /usr/lib64/libOSMesa.so)
-python-lib PATH path to python library (current value: automatic)
-python-include DIR
path to python include directory (current value: automatic)
-help

The -no-FEATURE option can be disable these features (if not already disabled):
mesa mpi python qt

CMake options start with a capital letter and contain an '='.
For example,
makeParaView BUILD_TESTING=ON
to add tests

For finer control, the build stages can be selected or deselected individually:
-config -no-config
-make -no-make
-install -no-install

* Make and install paraview-5.4.0 located under
$WM_THIRD_PARTY_DIR/ParaView-5.4.0
-> $WM_THIRD_PARTY_DIR/platforms/linux64Gcc/paraview-5.4.0

Ruoyu Chen | Sun, 09/02/2018 - 00:44

Hi:
Thanks for your help!
I still meet a problem when i want to compile PVReaders, i just cd the PVReaders, and ./Allwclean and ./Allwmake then shows the following fatal error.

/OpenFOAM/OpenFOAM-5.x/applications/utilities/postProcessing/graphics/PVReaders$ ./Allwmake
Allwmake applications/utilities/postProcessing/graphics/PVReaders
wmake vtkPVblockMesh
g++ -std=c++11 -m64 -Dlinux64 -DWM_ARCH_OPTION=64 -DWM_DP -DWM_LABEL_SIZE=32 -Wall -Wextra -Wold-style-cast -Wnon-virtual-dtor -Wno-unused-parameter -Wno-invalid-offsetof -O3 -DNoRepository -ftemplate-depth-100 -I/home/cry/OpenFOAM/OpenFOAM-5.x/src/meshTools/lnInclude -I/home/cry/OpenFOAM/OpenFOAM-5.x/src/fileFormats/lnInclude -I/home/cry/OpenFOAM/OpenFOAM-5.x/src/mesh/blockMesh/lnInclude -I/home/cry/OpenFOAM/ThirdParty-5.x/platforms/linux64Gcc/ParaView-5.4.0/include/paraview-5.4 -I/home/cry/OpenFOAM/ThirdParty-5.x/platforms/linux64Gcc/ParaView-5.4.0/include/paraview-5.4/vtkkwiml -I../PVblockMeshReader -IlnInclude -I. -I/home/cry/OpenFOAM/OpenFOAM-5.x/src/OpenFOAM/lnInclude -I/home/cry/OpenFOAM/OpenFOAM-5.x/src/OSspecific/POSIX/lnInclude -fPIC -c vtkPVblockMesh.C -o /home/cry/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.o
In file included from vtkPVblockMesh.C:27:0:
../PVblockMeshReader/vtkPVblockMeshReader.h:42:10: fatal error: vtkMultiBlockDataSetAlgorithm.h: No such file or directory
#include "vtkMultiBlockDataSetAlgorithm.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/cry/OpenFOAM/OpenFOAM-5.x/wmake/rules/General/transform:25: recipe for target '/home/cry/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.o' failed
make: *** [/home/cry/OpenFOAM/OpenFOAM-5.x/platforms/linux64GccDPInt32Opt/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.o] Error 1