“CRPropa is a numerical framework developped mostly at the APC, and whose goal is to simulate the propagation of UHECRs and their secondaries on large distances.”
First follow setup directions here. You will need to have the following installed: ROOT and CLHEP.
- Get source and unpack it.
- Configure: $ ./configure –prefix=$EXTDIR -with-cfitsio-include=$EXTDIR/include –with-cfitsio-library=$EXTDIR/lib –with-root=$ROOTSYS
- Make: $ make -j2
- Test: $ make check
- Install: $ make install
Here is a block quote version for easier cut/pasting:
./configure --prefix=$EXTDIR -with-cfitsio-include=$EXTDIR/include --with-cfitsio-library=$EXTDIR/lib --with-root=$ROOTSYS
make -j 2
make check
make install