diff options
Diffstat (limited to 'testing/openmpi')
-rw-r--r-- | testing/openmpi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openmpi/APKBUILD b/testing/openmpi/APKBUILD index 1760d1b9ec..c8c41a051a 100644 --- a/testing/openmpi/APKBUILD +++ b/testing/openmpi/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.1.1 pkgrel=0 pkgdesc="Message passing library for high-performance computing" url="https://www.open-mpi.org/" -arch="all" +arch="all !ppc64le" license="BSD" makedepends="perl gfortran hwloc-dev libevent-dev libgomp" subpackages="$pkgname-dev:_dev $pkgname-doc" |