[Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for download

Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US) richard.c.angelini.civ at mail.mil
Fri Jul 29 15:33:33 EDT 2016


So there is clearly something different going on with the Superbuild
depending on whether or not git is enabled in the cmake command.

If git is turned off :
-DParaView_FROM_GIT=OFF \
-DParaView_URL=git://www.paraview.org/files/v5.1/ParaView-v5.1.2.tar.gz

The the “make” process will dutifully download the tar ball and start
processing, but installing the libraries in lib/paraview-5.0


[ 96%] Creating directories for 'paraview'
[ 97%] Performing download step (download, verify and extract) for
'paraview'
-- downloading...
     src='http://www.paraview.org/files/v5.1/ParaView-v5.1.2.tar.gz'
     dst='/home/angel/PV/5.1.2/Downloads/ParaView-v5.1.2.tar.gz'
     timeout='none'
-- [download 0% complete]
-- [download 1% complete]


-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
     file='/home/angel/PV/5.1.2/Downloads/ParaView-v5.1.2.tar.gz'
-- verifying file... done
-- extracting...
     src='/home/angel/PV/5.1.2/Downloads/ParaView-v5.1.2.tar.gz'
     dst='/home/angel/PV/5.1.2/Build/paraview/src/paraview'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 98%] No patch step for 'paraview'
[ 98%] No update step for 'paraview'
[ 98%] Performing configure step for 'paraview'
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info


However, if GIT is enable, there seems to be additional processing going
on, specifically additional patches related to VTK?
Here’s the output if -DParaView_FROM_GIT=ON \


[ 96%] Creating directories for 'paraview'
[ 97%] Performing download step (git clone) for 'paraview'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/.git/
Note: checking out 'v5.1.2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 1f918ee... Update version to 5.1.2.
Submodule 'ThirdParty/IceT/vtkicet'
(https://gitlab.kitware.com/icet/icet.git) registered for path
'ThirdParty/IceT/vtkicet'
Submodule 'ThirdParty/QtTesting/vtkqttesting'
(https://github.com/Kitware/QtTesting.git) registered for path
'ThirdParty/QtTesting/vtkqttesting'
Submodule 'ThirdParty/protobuf/vtkprotobuf'
(https://gitlab.kitware.com/paraview/protobuf.git) registered for path
'ThirdParty/protobuf/vtkprotobuf'
Submodule 'Utilities/VisItBridge'
(https://gitlab.kitware.com/paraview/visitbridge.git) registered for path
'Utilities/VisItBridge'
Submodule 'VTK' (https://gitlab.kitware.com/vtk/vtk.git) registered for
path 'VTK'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/ThirdParty/IceT/vtkicet/.git/
Submodule path 'ThirdParty/IceT/vtkicet': checked out
'0d08b037f3fa8b6e1a82ed2beb84e024c06f895f'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/ThirdParty/QtTesting/vtkqttesti
ng/.git/
Submodule path 'ThirdParty/QtTesting/vtkqttesting': checked out
'706d5cd1bbdd0658802da63b940c8bb2d1f3d192'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/ThirdParty/protobuf/vtkprotobuf
/.git/
Submodule path 'ThirdParty/protobuf/vtkprotobuf': checked out
'3637bc9efc2c29c54ee907e4341e39127599c4ec'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/Utilities/VisItBridge/.git/
Submodule path 'Utilities/VisItBridge': checked out
'f8dd33fcfd025fd5b878b07f4d2e7deb5573e379'
Initialized empty Git repository in
/local/PV/5.1.2/Build/paraview/src/paraview/VTK/.git/
Submodule path 'VTK': checked out
'31b13ea55f8db68b64e9412b7896e0e8110aedfe'
[ 98%] No patch step for 'paraview'
[ 98%] Performing update step for 'paraview'
[ 98%] Performing configure step for 'paraview'
-- The C compiler identification is GNU 4.4.7
-- The CXX compiler identification is GNU 4.4.7
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works

________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266




-----Original Message-----
From: Rick Angelini <Richard.C.Angelini.CIV at mail.mil>
Date: Thursday, July 28, 2016 at 4:09 PM
To: Rick Angelini <Richard.C.Angelini.CIV at mail.mil>, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com>
Cc: ParaView Developers <paraview-developers at paraview.org>, ParaView
<paraview at paraview.org>
Subject: Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for
download

I made slight change to my build script - turned GIT=OFF to GIT=ON, and I
seem to have a clean build????

Changed this:
cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/5.1.2 \
-Ddownload_location=`pwd`/../Downloads \
DParaView_FROM_GIT=OFF \
-DParaView_URL=`pwd`/../Downloads/ParaView-v5.1.2.tar.gz \
…


to this:

cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/${version} \
-Ddownload_location=`pwd`/../Downloads \
DParaView_FROM_GIT=ON \
-DParaView_URL=git://www.paraview.org/files/v5.1/ParaView-v5.1.2.tar.gz \
….


________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266




-----Original Message-----
From: ParaView <paraview-bounces at paraview.org> on behalf of Rick Angelini
<Richard.C.Angelini.CIV at mail.mil>
Date: Thursday, July 28, 2016 at 2:23 PM
To: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
Cc: ParaView Developers <paraview-developers at paraview.org>, ParaView
<paraview at paraview.org>
Subject: Re: [Paraview] [Non-DoD Source] ANN: ParaView 5.1.2 available for
download

Utkarsh - yes I was building 5.1.2 in a totally clean directory - as I
said, I also downloaded clean SuperBuild sources prior to doing the build.
   
________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266




-----Original Message-----
From: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
Date: Thursday, July 28, 2016 at 2:09 PM
To: Rick Angelini <Richard.C.Angelini.CIV at mail.mil>
Cc: ParaView <paraview at paraview.org>, ParaView Developers
<paraview-developers at paraview.org>
Subject: Re: [Non-DoD Source] [Paraview] ANN: ParaView 5.1.2 available for
download

You are doing a clean build, right? In an empty directory and not just
"make clean".

Utkarsh

On Thu, Jul 28, 2016 at 2:06 PM, Angelini, Richard C (Rick) CIV USARMY
RDECOM ARL (US) <richard.c.angelini.civ at mail.mil> wrote:
> OK - but it is creating lib/paraview-5.0  which I believe is a mistake of
> some sort …..
>
> I can’t believe that it’s anything in my CMAKE command:
>
> cmake -DCMAKE_INSTALL_PREFIX:PATH=/home/angel/pv-test/${version} \
> -Ddownload_location=`pwd`/../Downloads \
> -DParaView_FROM_GIT=OFF \
> -DParaView_URL=`pwd`/../Downloads/ParaView-v${version}.tar.gz \
> -DCMAKE_BUILD_TYPE=Release \
> -DENABLE_visitbridge:BOOL=ON \
> -DENABLE_cgns=ON \
> -DENABLE_boost=ON \
> -DENABLE_ffmpeg=ON \
> -DENABLE_hdf5=ON \
> -DENABLE_matplotlib=ON \
> -DENABLE_mesa=OFF \
> -DENABLE_mpi=ON \
> -DENABLE_numpy=ON \
> -DENABLE_paraview=ON \
> -DENABLE_python=ON \
> -DENABLE_qt4=ON \
> -DENABLE_silo=ON \
> -DENABLE_szip=ON \
> -Dqt_DISABLE_WEBKIT=OFF \
> -DUSE_NONFREE_COMPONENTS=OFF \
> -DPARAVIEW_RENDERING_BACKEND:STRING=OpenGL2 \
> -DUSE_SYSTEM_mpi=OFF ../ParaViewSuperbuild
>
> make -j 8 install
>
>
>
> ________________________________
> Rick Angelini
> USArmy Research Laboratory
> CISD/HPC Architectures Team
> Phone:  410-278-6266
>
>
>
>
> -----Original Message-----
> From: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
> Date: Thursday, July 28, 2016 at 1:57 PM
> To: Rick Angelini <Richard.C.Angelini.CIV at mail.mil>
> Cc: ParaView <paraview at paraview.org>, ParaView Developers
> <paraview-developers at paraview.org>
> Subject: Re: [Non-DoD Source] [Paraview] ANN: ParaView 5.1.2 available
>for
> download
>
> mkdir -p /home/angel/PV/5.1.2/Build/install/lib/paraview-5.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5108 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160729/026fee61/attachment.bin>


More information about the ParaView mailing list