[arch-commits] Commit in openmpi/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Sep 27 09:50:56 UTC 2020
Date: Sunday, September 27, 2020 @ 09:50:55
Author: anthraxx
Revision: 396704
upgpkg: openmpi 4.0.5-2: add perl depends for some scripts
Modified:
openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 06:55:08 UTC (rev 396703)
+++ PKGBUILD 2020-09-27 09:50:55 UTC (rev 396704)
@@ -4,18 +4,18 @@
pkgname=openmpi
pkgver=4.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='High performance message passing library (MPI)'
url='https://www.open-mpi.org'
arch=('x86_64')
license=('custom:OpenMPI')
-depends=('libltdl' 'hwloc' 'openssh' 'zlib' 'libnl')
+depends=('glibc' 'libltdl' 'hwloc' 'openssh' 'zlib' 'libnl' 'perl')
makedepends=('inetutils' 'valgrind' 'gcc-fortran')
optdepends=('gcc-fortran: fortran support')
options=('staticlibs')
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('c58f3863b61d944231077f344fe6b4b8fbb83f3d1bc93ab74640bf3e5acac009')
-sha512sums=('b7a1a5ccfc0eaa0f0504ff770b550480f7ae6727fa891e3310d9340a0d844a2ceddf62c2e59efd047ab9416b24c829919bbccd29606ca0e0d7a0569dad800011')
+b2sums=('9709dc8c251d4f2be14d0ab498c5d0d0e59f95db98fb16d9e84fe3d30af5a8e2f9636bbceaf7ae4086a3312bcd6299f0e9e1ca609d658930a1f5abe1018311e1')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list