1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

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
This commit is contained in:
Daniel Sabogal 2017-09-19 19:41:29 -04:00
parent 2d434cd069
commit a1c754060a

View file

@ -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"