| tupdate version - petsc-git-PKGBUILD - build template for non-complex PETSC wit… | |
| git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD | |
| Log | |
| Files | |
| Refs | |
| --- | |
| commit 15c63c47d1b86b7419f057ba7453b1654c68e150 | |
| parent 34d00651797c14310f9b2b719d975a934328c537 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Mon, 3 Jan 2022 11:26:20 +0100 | |
| update version | |
| Diffstat: | |
| M .SRCINFO | 8 ++++---- | |
| 1 file changed, 4 insertions(+), 4 deletions(-) | |
| --- | |
| diff --git a/.SRCINFO b/.SRCINFO | |
| t@@ -1,6 +1,6 @@ | |
| pkgbase = petsc-git | |
| pkgdesc = Portable, extensible toolkit for scientific computation | |
| - pkgver = 3.16.1.86.gdb9004e663d | |
| + pkgver = 3.16.2.63.g3dfa0c79864 | |
| pkgrel = 1 | |
| url = https://gitlab.com/petsc/petsc | |
| arch = i686 | |
| t@@ -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.1… | |
| + source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.1… | |
| source = test_optdepends.sh | |
| sha512sums = SKIP | |
| sha512sums = a00416fa84faa5911e1765a0ef4c348cc66a26a4195a1245f0d7e6bf2… | |
| t@@ -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.1 | |
| - provides = petsc4py=3.16.1 | |
| + provides = petsc=3.16.2 | |
| + provides = petsc4py=3.16.2 | |
| conflicts = petsc |