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:
parent
2d434cd069
commit
a1c754060a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue