tpetsc.install - petsc-git-PKGBUILD - build template for non-complex PETSC with petsc4py
 (HTM) git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tpetsc.install (108B)
       ---
            1 post_install() {
            2 source /etc/profile.d/petsc.sh
            3 }
            4 
            5 post_upgrade() {
            6 post_install
            7 }
            8 
            9 # vim:set ts=2 sw=2 et: