[arch-commits] Commit in openmpi/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Oct 10 21:29:29 UTC 2019
Date: Thursday, October 10, 2019 @ 21:29:28
Author: anthraxx
Revision: 364592
upgpkg: openmpi 4.0.2-1
Modified:
openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-10 21:11:21 UTC (rev 364591)
+++ PKGBUILD 2019-10-10 21:29:28 UTC (rev 364592)
@@ -3,7 +3,7 @@
# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
pkgname=openmpi
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc='High performance message passing library (MPI)'
url='https://www.open-mpi.org'
@@ -14,8 +14,8 @@
optdepends=('gcc-fortran: fortran support')
options=('staticlibs')
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('cce7b6d20522849301727f81282201d609553103ac0b09162cf28d102efb9709')
-sha512sums=('09f35dc2e44b4f84aab9c5af9d81f90bbdb030e4d90800a5d3ffae88cb32b7faecc9bea0abb113da53c21f73e9d19db68f961f997bc47bdd28d83a87beee0731')
+sha256sums=('900bf751be72eccf06de9d186f7b1c4b5c2fa9fa66458e53b77778dffdfe4057')
+sha512sums=('634d45d989f1e0b8848bfb4eb4527c7edd76d4fccd77a5f8d85a46a5822f97ba653adf13df857c87ae56a8117b4ae2d45ec24249c6ee41a562446d4112ddb770')
build() {
cd ${pkgname}-${pkgver}
@@ -23,9 +23,6 @@
--sysconfdir=/etc/${pkgname} \
--enable-mpi-fortran=all \
--libdir=/usr/lib/${pkgname} \
- --with-threads=posix \
- --enable-mpi-thread-multiple \
- --enable-smp-locks \
--enable-builtin-atomics \
--enable-mpi-cxx \
--with-valgrind \
More information about the arch-commits
mailing list