summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyles2015-12-07 23:22:21 +0000
committermyles2015-12-07 23:22:21 +0000
commit98c06492b52049de78160725c51e128de1971164 (patch)
tree2cd847e7df8f02aa5f84a3a57bafbae0f5bf48fd
parent92b68217aba1e7690bfb7fccbc5020676390ec22 (diff)
downloadaur-98c06492b52049de78160725c51e128de1971164.tar.gz
Updated to 3.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47d502ff75ad..0e0d5b318310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 23:21:47 UTC 2015
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.6.1
+ pkgver = 3.6.2
pkgrel = 1
url = http://www.mcs.anl.gov/petsc/petsc-as
install = petsc.install
@@ -23,9 +25,9 @@ pkgbase = petsc
optdepends = hdf5: support for the parallel version of hdf5
optdepends = mumps: support for the mumps sparse solver
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.6.1.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.6.2.tar.gz
source = test_optdepends.sh
- md5sums = 28f842697159e16e2978732480571147
+ md5sums = 9be6d7072e3d5903f07e789d5e1de8e2
md5sums = 4a82df77c43713f4bc698532db7ae02a
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index e304e6f7d5b4..9272717f2412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Myles English <myles at rockhead dot biz>
pkgname=petsc
-pkgver=3.6.1
+pkgver=3.6.2
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -24,7 +24,7 @@ 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=('28f842697159e16e2978732480571147'
+md5sums=('9be6d7072e3d5903f07e789d5e1de8e2'
'4a82df77c43713f4bc698532db7ae02a')
_install_dir=/opt/petsc/${_config}