README 773 B

12345678910111213141516171819
  1. ParaView is an open-source, multi-platform data analysis and visualization
  2. application. ParaView users can quickly build visualizations to analyze their
  3. data using qualitative and quantitative techniques. The data exploration can be
  4. done interactively in 3D or programmatically using ParaView's batch
  5. processing capabilities.
  6. This SlackBuild, in line with official Paraview releases,
  7. is intended only for 64bit systems.
  8. Although not recommended, building without MPI (mpich) and/or Matplotlib support
  9. is possible by setting the relevant variables in the build environment:
  10. MPICH=no
  11. MATPLOTLIB=no
  12. Optional embedding with PythonQt may be enabled by setting
  13. PYTHONQT=yes
  14. in the build environment. This requires the SBo PythonQt package to be
  15. installed at build time.