summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bilke2016-10-04 10:05:03 +0200
committerAndreas Bilke2016-10-04 10:05:03 +0200
commit266cf7636782b6f2ff14f6fbcdcf35f79c8edd73 (patch)
treec8e2f7460d4dc0154e7067f061c91e283f791135
parent42fe267f352de49439b1d63a2b17c316e5937543 (diff)
downloadaur-266cf7636782b6f2ff14f6fbcdcf35f79c8edd73.tar.gz
Updated to 3.7.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85cae1cd3438..99513987916d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Oct 4 08:04:20 UTC 2016
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.7.3
+ pkgver = 3.7.4
pkgrel = 1
url = http://www.mcs.anl.gov/petsc/petsc-as
install = petsc.install
@@ -24,11 +26,11 @@ pkgbase = petsc
optdepends = mumps: support for the mumps sparse solver
optdepends = fftw: support for the fftw fast Fourier transform
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.7.3.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.7.4.tar.gz
source = test_optdepends.sh
- md5sums = 1273fab24faaf6de077ffa8fdfb6f7f4
+ md5sums = aaf94fa54ef83022c14091f10866eedf
md5sums = e60925d1f552303198106bf98eb2bfa5
- sha256sums = 35657f5b9b8b89c6c1e0a1f5b91b94ef65ec00f7942960dd6f7a4cc79742cd1b
+ sha256sums = 54b804f924ea5be3b6718b4d4e98f8ccb9d1bd6bbbd1e9c0f18c4a90ddf5db18
sha256sums = adff0a432735f6cf4ec2edcb7345ba0d90963bef962b8d9742fa5e9735c0e455
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index e85ae51f8703..e4ed073f2adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Myles English <myles at rockhead dot biz>
pkgname=petsc
-pkgver=3.7.3
+pkgver=3.7.4
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -25,12 +25,12 @@ optdepends=('trilinos: support for trilinos'
)
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver/_/-}.tar.gz test_optdepends.sh)
-md5sums=('1273fab24faaf6de077ffa8fdfb6f7f4'
+md5sums=('aaf94fa54ef83022c14091f10866eedf'
'e60925d1f552303198106bf98eb2bfa5')
-
-sha256sums=('35657f5b9b8b89c6c1e0a1f5b91b94ef65ec00f7942960dd6f7a4cc79742cd1b'
+sha256sums=('54b804f924ea5be3b6718b4d4e98f8ccb9d1bd6bbbd1e9c0f18c4a90ddf5db18'
'adff0a432735f6cf4ec2edcb7345ba0d90963bef962b8d9742fa5e9735c0e455')
+
_install_dir=/opt/petsc/${_config}
petsc_arch="arch-${_config}"