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 dc8f12948f..1a725e507f 100644
--- a/testing/openmpi/APKBUILD
+++ b/testing/openmpi/APKBUILD
@@ -4,7 +4,8 @@ pkgver=3.1.1
pkgrel=0
pkgdesc="Message passing library for high-performance computing"
url="https://www.open-mpi.org/"
-arch="all"
+# disable ppc64le until opal_fifo test can be fixed
+arch="all !ppc64le"
license="BSD"
makedepends="perl gfortran hwloc-dev libevent-dev libgomp"
subpackages="$pkgname-dev:_dev $pkgname-doc"