CREST Continuous Release
The continuous release of CREST can be found at https://github.com/crest-lab/crest/releases/tag/latest
It is automatically build from the most current commit on the CREST main branch, once using the meson
build system with ifort
/icx
compilers and once with GNU compilers and openBLAS as linear algebra backend.
To use the program simply download the tar ball, unpack it
tar -xf crest-gnu-12-ubuntu-latest.tar.xz
and add the binary to your program path (see here). Being statically linked, the binaries should not need any further dependencies at run time.