Introduction
Introduction Statistics Contact Development Disclaimer Help
tskip hash check for petsc archive - petsc-git-PKGBUILD - build template for no…
git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD
Log
Files
Refs
---
commit a852178e9365a4a723de05bf20dbb48dfea2b98a
parent d209fd57614dd0244056a067941e70cfb86120c8
Author: Anders Damsgaard <[email protected]>
Date: Thu, 6 Jan 2022 13:50:19 +0100
skip hash check for petsc archive
Diffstat:
M .SRCINFO | 10 +++++-----
M PKGBUILD | 4 ++--
2 files changed, 7 insertions(+), 7 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.2.63.g3dfa0c79864
+ pkgver = 3.16.3
pkgrel = 1
url = https://gitlab.com/petsc/petsc
arch = i686
t@@ -26,10 +26,10 @@ 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…
+ sha512sums = SKIP
sha512sums = a4e064c08730058d63120a22c12657a100e5330546d66c44bb85e5bf8…
pkgname = petsc-git
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.2
- provides = petsc4py=3.16.2
+ provides = petsc=3.16.3
+ provides = petsc4py=3.16.3
conflicts = petsc
diff --git a/PKGBUILD b/PKGBUILD
t@@ -5,7 +5,7 @@
_base=petsc
pkgname=("${_base}"-git)
-pkgver=3.16.2.63.g3dfa0c79864
+pkgver=3.16.3
pkgrel=1
_mainver="${pkgver:0:6}"
pkgdesc="Portable, extensible toolkit for scientific computation"
t@@ -21,7 +21,7 @@ source=(git+${url}.git#branch=release
https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-"${_mainver}…
test_optdepends.sh)
sha512sums=('SKIP'
- 'a00416fa84faa5911e1765a0ef4c348cc66a26a4195a1245f0d7e6bf29046f69a…
+ 'SKIP'
'a4e064c08730058d63120a22c12657a100e5330546d66c44bb85e5bf84df80a23…
_config=linux-c-opt
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.