|
SpECTRE
v2025.08.19
|
Functions for retrieving system and source tree information. More...
Functions | |
| std::vector< char > | get_archive () |
| Returns a byte stream of the source tree at the time the executable was compiled. | |
| std::string | get_environment_variables () |
| Returns the environment variables at link time. | |
| std::string | get_build_info () |
| Returns the contents of SpECTRE's BuildInfo.txt file. | |
| std::string | get_paths () |
| Returns the PATH, CPATH, LD_LIBRARY_PATH, LIBRARY_PATH, and CMAKE_PREFIX_PATH at time of compilation. | |
| void | write_to_file (const std::string &filename_without_extension) |
Write the source tree archive to the file filename_without_extension.tar.gz | |
Functions for retrieving system and source tree information.