just a short remark for all who want to use pandaroot on Ubuntu (like me) and have problems installing the external packages:
since the g77 is no longer in the standard repositories and the set_compiler.sh script fails to extract the correct version of gfortran, the following lines should be added to the script:
elif [ $(gfortran -dumpversion | grep 'Ubuntu' | cut -c 1-3) ];
then
gfortran_major_version=$(gfortran -dumpversion | grep 'Ubuntu' | cut -c 21)
gfortran_minor_version=$(gfortran -dumpversion | grep 'Ubuntu' | cut -c 23)
Maybe this would be a nice change for the next version.
Cheers,
Felix
[Updated on: Thu, 19 February 2009 11:38]
Report message to a moderator