summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1ffd31d31ff..02ae917c6219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.13.1
-pkgrel=4
+pkgver=3.13.2
+pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
#"linux-c-debug" for some things, so the _config should be changed too
@@ -31,20 +31,13 @@ optdepends=('trilinos: support for trilinos'
)
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-lite-${pkgver/_/-}.tar.gz
- test_optdepends.sh
- DSTabulation-Fortran-fix.patch)
-sha256sums=('74a895e44e2ff1146838aaccb7613e7626d99e0eed64ca032c87c72d084efac3'
- 'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623'
- '6907950866797d2a6058de8bc4d4369aa175c4cde92cb533b5b1e291db23edcf')
+ test_optdepends.sh)
+sha256sums=('6083422a7c5b8e89e5e4ccf64acade9bf8ab70245e25bca3a3da03caf74602f1'
+ 'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623')
_install_dir=/opt/petsc/${_config}
_petsc_arch="arch-${_config}"
-prepare() {
- cd "$pkgname-$pkgver"
- patch --forward --strip=1 --input="${srcdir}/DSTabulation-Fortran-fix.patch"
-}
-
build() {
_build_dir="${srcdir}/${pkgname}-${pkgver/_/-}"