summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--petsc.install4
3 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc46b0e1fb5..0c3a3fbe8ac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.15.3
- pkgrel = 2
+ pkgver = 3.15.4
+ pkgrel = 1
url = https://www.mcs.anl.gov/petsc
install = petsc.install
arch = i686
@@ -27,9 +27,9 @@ pkgbase = petsc
optdepends = triangle: support for the two-dimensional quality mesh generator and Delaunay triangulator
optdepends = suitesparse: support for the suitesparse sparse matrix libraries
options = staticlibs
- source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.15.3.tar.gz
+ source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.15.4.tar.gz
source = test_optdepends.sh
- sha256sums = 483028088020001e6f8d57b78a7fc880ed52d6693f57d627779c428f55cff73d
+ sha256sums = 1e62fb0859a12891022765d1e24660cfcd704291c58667082d81a0618d6b0047
sha256sums = f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index 1563da95ce51..bf519a777fa8 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.15.3
-pkgrel=2
+pkgver=3.15.4
+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
@@ -32,7 +32,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)
-sha256sums=('483028088020001e6f8d57b78a7fc880ed52d6693f57d627779c428f55cff73d'
+sha256sums=('1e62fb0859a12891022765d1e24660cfcd704291c58667082d81a0618d6b0047'
'f67901cec213c346481b6c9a56080dee9ee00a3852e46da9f35e933a11870623')
_install_dir=/opt/petsc/${_config}
diff --git a/petsc.install b/petsc.install
index 061fa062d5f2..9e0585eb5f97 100644
--- a/petsc.install
+++ b/petsc.install
@@ -1,9 +1,7 @@
post_install() {
-# set the PETSC_DIR
source /etc/profile.d/petsc.sh
export PETSC_DIR=${PETSC_DIR}
-#export PETSC_ARCH=${PETSC_ARCH}
noVersion=${1%%-[1-9]}
rootDir=${noVersion/_/-}
@@ -21,5 +19,3 @@ EOF
post_upgrade() {
post_install
}
-
-# vim:set ts=2 sw=2 et: