diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-19 19:41:29 -0400 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-19 19:44:17 -0400 |
commit | a1c754060ae84bfa86044ff06ef6006b01c84f20 (patch) | |
tree | cb1271799840688f6ea53ef0c3c1b1c860c8b9e0 /testing/openmpi | |
parent | 2d434cd069190d09262209183beaa2366d6f8b4d (diff) | |
download | aports-a1c754060ae84bfa86044ff06ef6006b01c84f20.tar.bz2 aports-a1c754060ae84bfa86044ff06ef6006b01c84f20.tar.xz |
testing/openmpi: disable for ppc64le
fails to build:
opal/threads/thread_usage.h:134:76: error: 'opal_atomic_swap_64' was not declared in this scope
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" |