tpetsc4py_newuser.patch not needed; pkgconf→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 eb332664bd9e49033b865c024e616dd82db8c0d9
 (DIR) parent 797eae7e2136892b394836ecd75cd45b3fbb1aa1
 (HTM) Author: eDgar <eDgar_|at|_openmail.cc>
       Date:   Tue, 21 Sep 2021 12:21:59 -0500
       
       petsc4py_newuser.patch not needed; pkgconf→makedepends
       
       Diffstat:
         M .SRCINFO                            |       9 ++++-----
         M .gitignore                          |       1 +
         M PKGBUILD                            |      11 ++++-------
         D petsc4py_newuser.patch              |      11 -----------
         M test_optdepends.sh                  |       4 ----
       
       5 files changed, 9 insertions(+), 27 deletions(-)
       ---
 (DIR) diff --git a/.SRCINFO b/.SRCINFO
       t@@ -1,7 +1,7 @@
        pkgbase = petsc-git
                pkgdesc = Portable, extensible toolkit for scientific computation
       -        pkgver = 3.15.4.27.g1085e15b135
       -        pkgrel = 2
       +        pkgver = 3.15.4.31.g36206f8ec7e
       +        pkgrel = 1
                url = https://gitlab.com/petsc/petsc
                arch = i686
                arch = x86_64
       t@@ -10,6 +10,7 @@ pkgbase = petsc-git
                makedepends = gcc-fortran
                makedepends = cmake
                makedepends = sowing
       +        makedepends = pkgconf
                makedepends = git
                makedepends = cython
                makedepends = chrpath
       t@@ -27,12 +28,10 @@ pkgbase = petsc-git
                source = git+https://gitlab.com/petsc/petsc.git#branch=release
                source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-with-docs-3.15.4.tar.gz
                source = test_optdepends.sh
       -        source = petsc4py_newuser.patch
                source = blaslapack_download.patch
                sha512sums = SKIP
                sha512sums = b6a1d48aab1c2639a4c1cbd8b313ace253f1c36eedaa3de3508ffbd6060e1def99e2f516ed9bb509307f614b41791d09342e2c2280c0b2c25dda1092b0e569d2
       -        sha512sums = 2c2c48f6b87e24b6f5fccfd2a6eb0889d47385c0be7ba14614c55c774f8b915c33a5d5ec5cc1637d41f7407423b77ac1bcc129bfa3d7967bb917ad8d1de3a6b5
       -        sha512sums = 038f4f54cb8771590b528e41666f33095d9381bf07636c53841293a3937faeb8604bfe3cb98fac588b647661ea74602e6c261cf7809e0cec7ed086e8b01b5f01
       +        sha512sums = 4561205ad12cb1f0031ad4cfcf2117a909002c475a992eede429b8af0e06df44baf1ce9caa95413593a1710b688e5d9c75a3b896b8c428a3cc04ae38324faae5
                sha512sums = af899ea1d06bf6d4cee1c1fe86902ba2772d1001caf00e89363c6217fed9dd837588ee6f7f827ca8b8fd2a01316fbcd73d98874e28d452af71b9598127b6f179
        
        pkgname = petsc-git
 (DIR) diff --git a/.gitignore b/.gitignore
       t@@ -2,6 +2,7 @@
        pkg
        src
        *\~
       +\#*\#
        *.bak
        *.tar.gz
        
 (DIR) diff --git a/PKGBUILD b/PKGBUILD
       t@@ -5,8 +5,8 @@
        
        _base=petsc
        pkgname=("${_base}"-git "${_base}"-doc)
       -pkgver=3.15.4.27.g1085e15b135
       -pkgrel=2
       +pkgver=3.15.4.31.g36206f8ec7e
       +pkgrel=1
        _mainver="${pkgver:0:6}"
        pkgdesc="Portable, extensible toolkit for scientific computation"
        arch=('i686' 'x86_64')
       t@@ -15,17 +15,15 @@ license=('BSD')
        options=(!staticlibs)
        depends=('openmpi' 'lapack' 'fftw' 'zlib' 'cython'
                 'python-mpi4py' "python-numpy" "eigen>=3" "openblas")
       -makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing'
       +makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' "pkgconf"
                     'git' 'cython' 'chrpath' "hypre=2.18.2")
        source=(git+${url}.git#branch=release
                https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-with-docs-"${_mainver}".tar.gz
                test_optdepends.sh
       -        petsc4py_newuser.patch
                blaslapack_download.patch)
        sha512sums=('SKIP'
                    'b6a1d48aab1c2639a4c1cbd8b313ace253f1c36eedaa3de3508ffbd6060e1def99e2f516ed9bb509307f614b41791d09342e2c2280c0b2c25dda1092b0e569d2'
       -            '2c2c48f6b87e24b6f5fccfd2a6eb0889d47385c0be7ba14614c55c774f8b915c33a5d5ec5cc1637d41f7407423b77ac1bcc129bfa3d7967bb917ad8d1de3a6b5'
       -            '038f4f54cb8771590b528e41666f33095d9381bf07636c53841293a3937faeb8604bfe3cb98fac588b647661ea74602e6c261cf7809e0cec7ed086e8b01b5f01'
       +            '4561205ad12cb1f0031ad4cfcf2117a909002c475a992eede429b8af0e06df44baf1ce9caa95413593a1710b688e5d9c75a3b896b8c428a3cc04ae38324faae5'
                    'af899ea1d06bf6d4cee1c1fe86902ba2772d1001caf00e89363c6217fed9dd837588ee6f7f827ca8b8fd2a01316fbcd73d98874e28d452af71b9598127b6f179')
        
        _config=linux-c-opt
       t@@ -93,7 +91,6 @@ export PETSC_ARCH=${_config}
        
        prepare() {
          patch -p1 -i blaslapack_download.patch
       -  patch -p1 -i petsc4py_newuser.patch
        }
        
        pkgver() {
 (DIR) diff --git a/petsc4py_newuser.patch b/petsc4py_newuser.patch
       t@@ -1,11 +0,0 @@
       ---- a/petsc/config/BuildSystem/config/packages/petsc4py.py        2021-09-17 23:23:54.438918631 -0500
       -+++ b/petsc/config/BuildSystem/config/packages/petsc4py.py        2021-09-17 23:19:50.395572374 -0500
       -@@ -58,7 +58,7 @@
       - 
       -     #  if installing as Superuser than want to return to regular user for clean and build
       -     if self.installSudo:
       --       newuser = self.installSudo+' -u $${SUDO_USER} '
       -+       newuser = ''
       -     else:
       -        newuser = ''
       - 
 (DIR) diff --git a/test_optdepends.sh b/test_optdepends.sh
       t@@ -129,12 +129,8 @@ fi
        OPENBLAS_SO="$(whereis -b libblas.so | cut -d' ' -f2)"
        if [ -f "${OPENBLAS_SO}" ]; then
                CONFOPTS+=" --with-openblas=1"
       -        # CONFOPTS+=" --with-openblas-lib=[-lopenblas,-lm,-lpthread,-lgfortran,-lm,-lpthread,-lgfortran]"
       -        # CONFOPTS+=" --with-openblas-include=/usr/include"
                CONFOPTS+=" --with-openblas-pkg-config="
            CONFOPTS+="$(dirname $(pkgconf --path openblas))"
       -        # CONFOPTS+=" --download-openblas=0"
       -        CONFOPTS+=" --download-f2cblaslapack=0"
        fi
        
        # OpenCL: GPU computing