Skip to content
Snippets Groups Projects
  1. Jan 13, 2020
  2. Jan 12, 2020
    • Utkarsh Ayachit's avatar
      Add CATALYST and CATALYST_RENDERING editions. · 056de649
      Utkarsh Ayachit authored
      We now have 5 editions: CORE, RENDERING, CATALYST, CATALYST_RENDERING,
      and CANONICAL.
      
      To support this we have reworked module groups and conditions. We now
      have only two groups PARAVIEW_CORE and PARAVIEW_CANONICAL. Two flags:
      PARAVIEW_ENABLE_RENDERING and PARAVIEW_ENABLE_NONESSENTIAL can be used
      by modules to exclude themselves from these groups by default. Now we
      can support the 5 editions as follows:
      
      CORE:
         enable PARAVIEW_CORE group
      
      RENDERING:
         enable PARAVIEW_CORE group
         PARAVIEW_ENABLE_RENDERING=ON
      
      CATALYST:
         enable PARAVIEW_CANONICAL group
      
      CATALYST_RENDERING
         enable PARAVIEW_CANONICAL group
         PARAVIEW_ENABLE_RENDERING=ON
      
      CANONICAL:
         enable PARAVIEW_CANONICAL group
         PARAVIEW_ENABLE_RENDERING=ON
         PARAVIEW_ENABLE_NONESSENTIAL=ON
      
      When PARAVIEW_ENABLE_NONESSENTIAL is FALSE, we ensure that hdf5, netcdf,
      cgns modules are rejected thus ensuring we don't build these painful
      dependencies for Catalyst editions.
      056de649
    • Utkarsh Ayachit's avatar
      Move SLACReader to ionetcdf. · cb83bdbf
      Utkarsh Ayachit authored
      Since VTK has been updated to create PSLACReader when module is enabled,
      we update the proxy to simply create vtkSLACReader so it can be created
      even when ParallelNetCDF module is not enabled.
      cb83bdbf
    • Utkarsh Ayachit's avatar
      fix PLYReader definition. · 6f0b5209
      Utkarsh Ayachit authored
      PLYReader is available with VTK::IOPLY is enabled and not
      VTK::IOGeometry. Fixed that.
      6f0b5209
    • Utkarsh Ayachit's avatar
      rename "essentials" to "editions" · df06e0b8
      Utkarsh Ayachit authored
      df06e0b8
  3. Jan 10, 2020
  4. Jan 09, 2020
  5. Jan 08, 2020
Loading