These scripts build a software stack to support the RNO-G data reader software mattak. It also install mattak itself. See here and here for more information about compiling mattak and its dependencies.
It installs a series of packages, including:
- CMake
- FFTW
- GSL
- python3
- ROOT 6
- libRootFftwWrapper
- librno-g
- mattak
The python installation also includes many of the dependencies required for NuRadioMC.
Build scripts are stored in subdirectories of the builders
directory. Setup scripts and any other static files are stored in subdirectories of the builds
directory. See the README.md files in these subdirectories for more information. (And apologies for the confusion
between builders and builds...).
Installing new software is often challenging to do consistently. These scripts automate away that process and allow us to deploy the software consistently across different computing environments.
This package is based on the cvmfs builders for the ARA collaboration, designed by Ben Hokanson-Fasig. Many thanks to them.