if [[ ! -x  /usr/bin/g77 && ! -x /usr/bin/gfortran ]]; then
  message "${PROBLEM_COLOR}g77 is required to install this module. Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
  false
fi &&

default_pre_build
