summaryrefslogtreecommitdiff
path: root/mpich2/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-09-09 06:07:13 +0200
committerErich Eckner <git@eckner.net>2021-09-09 06:07:13 +0200
commit6960eca97387095dd1b6870ce60b1a9e3ffd1935 (patch)
treecd9aa30d71df6f4bb93b05b5a39a51b65fd3ecd4 /mpich2/PKGBUILD
parentc1a443964f9bee7ef0a066949578c8a6178a3643 (diff)
downloadarchlinuxewe-6960eca97387095dd1b6870ce60b1a9e3ffd1935.tar.xz
mpich2: rebuild
Diffstat (limited to 'mpich2/PKGBUILD')
-rw-r--r--mpich2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD
index c8cc9d9ab..7e42e362f 100644
--- a/mpich2/PKGBUILD
+++ b/mpich2/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonathan Kotta <jpkotta at gmail dot com>
pkgname=mpich2
pkgver=1.5
-pkgrel=15
+pkgrel=16
pkgdesc="An improved implementation of the Message Passing Interface (legacy version)."
arch=('i686' 'pentium4' 'x86_64')
url="http://mpich.org"
@@ -13,7 +13,7 @@ _pinned_dependencies=(
'libgfortran.so=5'
'libnsl=1.3.0'
'libnuma.so=1'
- 'libxml2=2.9.10'
+ 'libxml2=2.9.12'
'pciutils=3.7.0'
)
depends=(python2 gcc-fortran openssh numactl "${_pinned_dependencies[@]}")