aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openmpi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openmpi/APKBUILD')
-rw-r--r--testing/openmpi/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/openmpi/APKBUILD b/testing/openmpi/APKBUILD
index 1a131d8d79..e65a6e7c2f 100644
--- a/testing/openmpi/APKBUILD
+++ b/testing/openmpi/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=openmpi
pkgver=2.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Message passing library for high-performance computing"
url="https://www.open-mpi.org/"
arch="all"
@@ -20,6 +20,7 @@ build() {
--mandir=/usr/share/man \
--sysconfdir=/etc/$pkgname \
--enable-ipv6 \
+ --with-hwloc=/usr \
--with-threads=posix \
|| return 1
make || return 1