<div dir="ltr"><div><div><div><div><div><div>Hello Claire,<br><br></div>Checking at<a href="https://gitlab.kitware.com/paraview/paraview-superbuild"> paraview-superbuild</a> project is generally a good idea to answer this kind of questions.<br><br></div>In <span style="font-family:monospace,monospace">versions.cmake</span> one can see that it downloads this version:<br><span style="font-family:monospace,monospace">  <a href="http://www.paraview.org/files/dependencies/vtkm-d32f3457d8049a79cc59fb02c3dfb7879ef90ee3.tar.bz2">http://www.paraview.org/files/dependencies/vtkm-d32f3457d8049a79cc59fb02c3dfb7879ef90ee3.tar.bz2</a><br><br></span></div>This corresponds to the following commit:<br><span style="font-family:monospace,monospace">  commit d32f3457d8049a79cc59fb02c3dfb7879ef90ee3<br>  Merge: c1f7a07 c6fdcea<br>  Author: Kenneth Moreland <<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>><br>  Date:   <b>Wed Jan 25</b> 11:07:39 2017 -0500</span><br><br></div><div><br>And you will find the build options in <span style="font-family:monospace,monospace">vtkm.cmake</span>:<br><span style="font-family:monospace,monospace">superbuild_add_project(vtkm<br>  DEFAULT_ON<br>  DEPENDS tbb cxx11<br>  CMAKE_ARGS<br>  -DBUILD_SHARED_LIBS:BOOL=${BUILD_SHARED_LIBS}<br>  -DVTKm_ENABLE_TBB:BOOL=${tbb_enabled}<br>  -DVTKm_ENABLE_RENDERING:BOOL=OFF<br>  -DVTKm_ENABLE_TESTING:BOOL=OFF<br>  -DTBB_ROOT:PATH=<INSTALL_DIR>)</span><br></div><br></div>Best,<br></div>Joachim<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b>Joachim Pouderoux</b><font size="2">, <font size="1">PhD</font></font><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="1"><i>Technical Expert - Scientific Computing Team</i></font><br><b><font size="1"><a href="http://www.kitware.fr" target="_blank">Kitware SAS</a></font></b><br></blockquote>
</div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">2017-02-14 11:17 GMT-04:00 GUILBAUD Claire <span dir="ltr"><<a href="mailto:claire.guilbaud@cea.fr" target="_blank">claire.guilbaud@cea.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm trying to build ParaView 5.3.0 with the last version of VTK-m (sources download today using git clone <a href="https://gitlab.kitware.com/vtk/vtk-m.git" rel="noreferrer" target="_blank">https://gitlab.kitware.com/vtk<wbr>/vtk-m.git</a>). I compile VTK-m with TBB backend (version 4.2), gcc 4.9 and -std=c++11 option.<br>
<br>
I have the following issues a lot of times when compiling :<br>
<br>
In file included from .../ParaView-v5.3.0-RC1/VTK/Ac<wbr>celerators/Vtkm/vtkmContour.cx<wbr>x:30:0:<br>
.../ParaView-v5.3.0-RC1/VTK/Ac<wbr>celerators/Vtkm/vtkmlib/Storag<wbr>e.h: In member function 'vtkm::cont::internal::Storage<wbr><ValueType_, tovtkm::vtkAOSArrayContainerTa<wbr>g>& vtkm::cont::internal::Storage<<wbr>ValueType_, tovtkm::vtkAOSArrayContainerTa<wbr>g>::operator=(const vtkm::cont::internal::Storage<<wbr>ValueType_, tovtkm::vtkAOSArrayContainerTa<wbr>g>&)':<br>
.../ParaView-v5.3.0-RC1/VTK/Ac<wbr>celerators/Vtkm/vtkmlib/Storag<wbr>e.h:69:13: error: 'ErrorControlBadValue' is not a member of 'vtkm::cont'<br>
       throw vtkm::cont::ErrorControlBadVal<wbr>ue(<br>
<br>
Looking at sources, it seems that vtkm::cont::ErrorControlBadVal<wbr>ue has been replaced by vtkm::cont::ErrorBadValue.<br>
<br>
I can patch all sources, but I think it's not a good idea.<br>
<br>
So, which version of VTK-m is needed for ParaView 5.3.0 ?<br>
<br>
Thanks<br>
<br>
Claire<br>
<br>
<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
</blockquote></div><br></div>