summarylogtreecommitdiffstats
path: root/ogpf-git.install
blob: 899e71d9e4a184c3cdbfd820cabf34976663c212 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo ""
    echo "To link to this module, use '-logpf' "
    echo "and in your program, 'USE OGPF' "
    echo ""
    echo "Also note that is package will block upgrades to gcc/gfortran"
    echo "You will have to uninstall it before, and re-install after, any such upgrades"
    echo "This has been done because Fortran module files are highly dependent on the compiler version"
}