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 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.
-
General information is available at the ParaView Homepage.
-
Community discussion takes place on the ParaView Mailing Lists.
If you have found a bug:
-
If you have a patch, please read the CONTRIBUTING.md document.
-
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.
-
Finally, if the issue is not resolved by the above steps, open an entry in the ParaView Issue Tracker.
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.
See CONTRIBUTING.md for instructions to contribute.