petsc-git-PKGBUILD

build template for non-complex PETSC with petsc4py
git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD # fast
git clone https://src.adamsgaard.dk/petsc-git-PKGBUILD.git # slow
Log | Files | Refs Back to index

petsc.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: