tAdded chrpath to makedepends - 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 cafb49e666e6c55f288cd469460186b0f99e52e1
 (DIR) parent e87f7eb14461b0f0ebda9a18ac29d34040b4a8c4
 (HTM) Author: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
       Date:   Thu,  4 Feb 2021 07:19:33 -0300
       
       Added chrpath to makedepends
       
       Diffstat:
         M .SRCINFO                            |       5 +++--
         M PKGBUILD                            |       6 +++---
       
       2 files changed, 6 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/.SRCINFO b/.SRCINFO
       t@@ -1,7 +1,7 @@
        pkgbase = petsc-git
                pkgdesc = Portable, extensible toolkit for scientific computation (external downloads enabled)
       -        pkgver = 20210203
       -        pkgrel = 2
       +        pkgver = 20210204
       +        pkgrel = 1
                url = https://gitlab.com/petsc/petsc
                install = petsc.install
                arch = i686
       t@@ -14,6 +14,7 @@ pkgbase = petsc-git
                makedepends = python
                makedepends = git
                makedepends = cython
       +        makedepends = chrpath
                depends = openmpi
                depends = lapack
                depends = fftw
 (DIR) diff --git a/PKGBUILD b/PKGBUILD
       t@@ -1,8 +1,8 @@
        # Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
        
        pkgname=petsc-git
       -pkgver=20210203
       -pkgrel=2
       +pkgver=20210204
       +pkgrel=1
        _config=linux-c-opt
        pkgdesc="Portable, extensible toolkit for scientific computation (external downloads enabled)"
        provides=(petsc)
       t@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
        url="https://gitlab.com/petsc/petsc"
        license=('BSD')
        depends=('openmpi' 'lapack' 'fftw' 'hdf5' 'suitesparse' 'metis' 'parmetis' 'superlu' 'eigen' 'cython' 'python-mpi4py')
       -makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' 'python' 'git' 'cython')
       +makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' 'python' 'git' 'cython' 'chrpath')
        optdepends=("opencl: GPU computing"
                    "hwloc: hardware locality"
                    "cgns: CFD data support"