summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyles2015-12-08 22:43:24 +0000
committermyles2015-12-08 22:43:24 +0000
commit5fbedf5946172955eb15dc5f4dced390a4a49238 (patch)
tree44591b9bd7da1bc5d36f23a3ef111e2faafc20d5
parent98c06492b52049de78160725c51e128de1971164 (diff)
downloadaur-5fbedf5946172955eb15dc5f4dced390a4a49238.tar.gz
Updated to 3.6.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--test_optdepends.sh2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0d5b318310..cebeaa90bc9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 7 23:21:47 UTC 2015
+# Tue Dec 8 22:42:45 UTC 2015
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.6.2
+ pkgver = 3.6.3
pkgrel = 1
url = http://www.mcs.anl.gov/petsc/petsc-as
install = petsc.install
@@ -25,10 +25,10 @@ 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.2.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.6.3.tar.gz
source = test_optdepends.sh
- md5sums = 9be6d7072e3d5903f07e789d5e1de8e2
- md5sums = 4a82df77c43713f4bc698532db7ae02a
+ md5sums = 91dd3522de5a5ef039ff8f50800db606
+ md5sums = 6b43720319ec1460e76302fb35b21d47
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 9272717f2412..532aff0f56d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Myles English <myles at rockhead dot biz>
pkgname=petsc
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -24,8 +24,8 @@ 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=('9be6d7072e3d5903f07e789d5e1de8e2'
- '4a82df77c43713f4bc698532db7ae02a')
+md5sums=('91dd3522de5a5ef039ff8f50800db606'
+ '6b43720319ec1460e76302fb35b21d47')
_install_dir=/opt/petsc/${_config}
petsc_arch="arch-${_config}"
diff --git a/test_optdepends.sh b/test_optdepends.sh
index 6e964dedaa49..2939767f1815 100644
--- a/test_optdepends.sh
+++ b/test_optdepends.sh
@@ -75,7 +75,7 @@ fi
# Add trilinos support
if [ "${TRILINOS_DIR}" ]; then
- CONFOPTS="${CONFOPTS} --with-ml=1"
+ CONFOPTS="${CONFOPTS} --with-ml-dir=${TRILINOS_DIR}"
# Add boost support (may be useful for trilinos)
#CONFOPTS="${CONFOPTS} --with-boost=1"
fi