Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-29 Thread Utkarsh Ayachit
: [Paraview] ParaView Superbuild - changing default Paraciew cmake option On Mon, Oct 20, 2014 at 15:15:59 +, Su, Simon M CTR USARMY ARL (US) wrote: I ran cmake with -DPV_EXTRA_CMAKE_ARGS:STRING=-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON and check it with ccmake. Looks

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-29 Thread Su, Simon M CTR USARMY ARL (US)
...@kitware.com] Sent: Wednesday, October 29, 2014 12:20 PM To: Su, Simon M CTR USARMY ARL (US) Cc: ben.boec...@kitware.com; paraview@paraview.org Subject: Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option Simon, I am joining a little late to this conversation

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-29 Thread Ben Boeckel
On Mon, Oct 20, 2014 at 15:57:26 +, Su, Simon M CTR USARMY ARL (US) wrote: Unfortunately, when I checked the CMakeCache.txt in the directory paraview/src/paraview-build after the cmake ran, I am still finding Sorry, this email went under my radar. //Request building vtkIOXdmf3

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-20 Thread Su, Simon M CTR USARMY ARL (US)
Superbuild - changing default Paraciew cmake option On Fri, Oct 17, 2014 at 17:41:58 +, Su, Simon M CTR USARMY ARL (US) wrote: When I do both argument in the same -DPV_EXTRA_CMAKE_ARGS, cmake also didn't like it. -DPV_EXTRA_CMAKE_ARGS=-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-20 Thread Ben Boeckel
On Mon, Oct 20, 2014 at 15:15:59 +, Su, Simon M CTR USARMY ARL (US) wrote: I ran cmake with -DPV_EXTRA_CMAKE_ARGS:STRING=-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON and check it with ccmake. Looks like -DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON made it

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-20 Thread Su, Simon M CTR USARMY ARL (US)
20, 2014 11:43 AM To: Su, Simon M CTR USARMY ARL (US) Cc: paraview@paraview.org Subject: Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option On Mon, Oct 20, 2014 at 15:15:59 +, Su, Simon M CTR USARMY ARL (US) wrote: I ran cmake with -DPV_EXTRA_CMAKE_ARGS:STRING

[Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Su, Simon M CTR USARMY ARL (US)
Hello, We would like to use the xdmf3 exporter in ParaView. Dave mentioned to add in the cmake flags to ParaView -DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON But for the superbuild process cmake -DCMAKE_INSTALL_PREFIX:PATH=${HOME}/pv-test/${version}_osmesa

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Ben Boeckel
On Fri, Oct 17, 2014 at 15:18:00 +, Su, Simon M CTR USARMY ARL (US) wrote: CMake Warning: Manually-specified variables were not used by the project: Boost_NO_BOOST_CMAKE Module_vtkIOXdmf3 How do I go around that? The options need to be passed to the ParaView build itself,

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Su, Simon M CTR USARMY ARL (US)
Subject: Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option On Fri, Oct 17, 2014 at 15:18:00 +, Su, Simon M CTR USARMY ARL (US) wrote: CMake Warning: Manually-specified variables were not used by the project: Boost_NO_BOOST_CMAKE Module_vtkIOXdmf3 How do I

Re: [Paraview] ParaView Superbuild - changing default Paraciew cmake option

2014-10-17 Thread Ben Boeckel
On Fri, Oct 17, 2014 at 17:41:58 +, Su, Simon M CTR USARMY ARL (US) wrote: When I do both argument in the same -DPV_EXTRA_CMAKE_ARGS, cmake also didn't like it. -DPV_EXTRA_CMAKE_ARGS=-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON I am getting CMake Warning: