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

commit c18282ef64704a542475f19fc557633b1ba5ef9b
parent a852178e9365a4a723de05bf20dbb48dfea2b98a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 21 Feb 2022 09:50:23 +0100

update version and drop hypre version spec

Diffstat:
M.SRCINFO | 10+++++-----
MPKGBUILD | 4++--
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = petsc-git pkgdesc = Portable, extensible toolkit for scientific computation - pkgver = 3.16.3 + pkgver = 3.16.4.45.g5cd7c1b030a pkgrel = 1 url = https://gitlab.com/petsc/petsc arch = i686 @@ -14,7 +14,7 @@ pkgbase = petsc-git makedepends = git makedepends = cython makedepends = chrpath - makedepends = hypre=2.18.2 + makedepends = hypre depends = openmpi depends = lapack depends = fftw @@ -26,7 +26,7 @@ pkgbase = petsc-git depends = openblas options = !staticlibs source = git+https://gitlab.com/petsc/petsc.git#branch=release - source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.3.tar.gz + source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.4.tar.gz source = test_optdepends.sh sha512sums = SKIP sha512sums = SKIP @@ -53,6 +53,6 @@ pkgname = petsc-git optdepends = suitesparse: Sparse matrix library optdepends = superlu: Subroutines for sparsse linear systems optdepends = yaml: configuration files - provides = petsc=3.16.3 - provides = petsc4py=3.16.3 + provides = petsc=3.16.4 + provides = petsc4py=3.16.4 conflicts = petsc diff --git a/PKGBUILD b/PKGBUILD @@ -5,7 +5,7 @@ _base=petsc pkgname=("${_base}"-git) -pkgver=3.16.3 +pkgver=3.16.4.45.g5cd7c1b030a pkgrel=1 _mainver="${pkgver:0:6}" pkgdesc="Portable, extensible toolkit for scientific computation" @@ -16,7 +16,7 @@ options=(!staticlibs) depends=('openmpi' 'lapack' 'fftw' 'zlib' 'cython' 'python-mpi4py' "python-numpy" "eigen>=3" "openblas") makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' "pkgconf" - 'git' 'cython' 'chrpath' "hypre=2.18.2") + 'git' 'cython' 'chrpath' "hypre") source=(git+${url}.git#branch=release https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-"${_mainver}".tar.gz test_optdepends.sh)