Skip to content
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.

zenotech/zCFDSuperBuild

Repository files navigation

zCFDSuperBuild

Notes

Ensure that git is configured correctly to enable the checkout of zCFD using the correct deploy keys

Start ssh agent

eval "$(ssh-agent -s)" ssh-add key_id

Test

ssh -T git@github.com

ParaView-Superbuild

Introduction

ParaView-Superbuild is a project to build ParaView. ParaView itself can be easily built using CMake. However, ParaView has several external dependencies, e.g. Qt, CGNS, FFMPEG, etc. and it can be very tedious to build all those dependencies. Also, if you want to generate redistributable binaries, you need to take extra case building and packaging these dependencies. To make our lives easier in supporting both these use-cases, ParaView-Superbuild project was born.

Although primarily designed to build the official ParaView binaries, ParaView-Superbuild has since been regularly used to build ParaView packages on various supercomputing systems.

Learning Resources

Reporting Bugs

If you have found a bug:

  1. If you have a patch, please read the CONTRIBUTING.md document.

  2. Otherwise, please join the one of the ParaView Mailing Lists and ask about the expected and observed behaviors to determine if it is really a bug.

  3. Finally, if the issue is not resolved by the above steps, open an entry in the ParaView Issue Tracker.

License

Like ParaView, ParaView-Superbuild is distributed under the OSI-approved BSD 3-clause License. See Copyright.txt for details. For additional licenses, refer to ParaView Licenses.

Contributing

See CONTRIBUTING.md for instructions to contribute.