aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openmpi
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2016-11-15 17:17:56 -0500
committerDaniel Sabogal <dsabogalcc@gmail.com>2016-11-15 17:17:56 -0500
commit1e49f798613f33747e63089b63ec0ee7a643dc12 (patch)
tree23e38fbccff535a5bed01c96572b8999ae42ec97 /testing/openmpi
parentc3a22941a44aa1e9fa36cf8a15f32e1b75e4e73c (diff)
downloadaports-1e49f798613f33747e63089b63ec0ee7a643dc12.tar.bz2
aports-1e49f798613f33747e63089b63ec0ee7a643dc12.tar.xz
testing/openmpi: use system hwloc
Diffstat (limited to 'testing/openmpi')
-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