tTemporarily remove pastix - 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
       ---
 (DIR) commit b3de4b154ef9aa84493368218f6a96e13df17ed7
 (DIR) parent f559f797c2c6467370a358d0a634817ddac4e27e
 (HTM) Author: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
       Date:   Thu, 31 Oct 2019 07:48:28 -0300
       
       Temporarily remove pastix
       
       Diffstat:
         M .SRCINFO                            |       2 +-
         M PKGBUILD                            |       7 ++++---
       
       2 files changed, 5 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/.SRCINFO b/.SRCINFO
       t@@ -1,6 +1,6 @@
        pkgbase = petsc-git
                pkgdesc = Portable, extensible toolkit for scientific computation
       -        pkgver = 20190929
       +        pkgver = 20191031
                pkgrel = 1
                url = https://www.mcs.anl.gov/petsc/
                install = petsc.install
 (DIR) diff --git a/PKGBUILD b/PKGBUILD
       t@@ -1,7 +1,7 @@
       -# Maintainer: Lucas H. Gabrielli <heitzmann at gmail dot com>
       +# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
        
        pkgname=petsc-git
       -pkgver=20190929
       +pkgver=20191031
        pkgrel=1
        _config=linux-c-opt
        pkgdesc="Portable, extensible toolkit for scientific computation"
       t@@ -48,7 +48,8 @@ build() {
          # "linux-c-debug" for some things, so _config should be changed to "linux-c-debug"
          #CONFOPTS="${CONFOPTS} --with-debugging=1"
        
       -  for external_pkg in amd eigen hypre metis mumps parmetis party pastix ptscotch scalapack suitesparse sundials superlu superlu_dist
       +  # Removed pastix due to incompatibility with current MPI (2019-10-31)
       +  for external_pkg in amd eigen hypre metis mumps parmetis party ptscotch scalapack suitesparse sundials superlu superlu_dist
          do
            CONFOPTS="${CONFOPTS} --download-${external_pkg}=1"
          done