summarylogtreecommitdiffstats
path: root/petsc.install
blob: 6ed61dec4db8ade747fec108c4377a5d4382d41d (plain)
1
2
3
4
5
6
7
8
post_install() {
source /etc/profile.d/petsc.sh
export PETSC_DIR=${PETSC_DIR}
}

post_upgrade() {
post_install
}