diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-03 06:37:14 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-03 06:39:29 +0000 |
commit | d6f516b0516ead0966f935deae265a79f5672d52 (patch) | |
tree | 537d925225c31556d5395aaaa23f2edee1dbeffe /community/py-greenlet | |
parent | f28019456300458b3bd601b187d37df0de77867d (diff) | |
download | aports-d6f516b0516ead0966f935deae265a79f5672d52.tar.bz2 aports-d6f516b0516ead0966f935deae265a79f5672d52.tar.xz |
community/py-greenlet: disable build on ppc64le
In file included from slp_platformselect.h:16:0,
from greenlet.c:328:
platform/switch_ppc64_linux.h: In function 'slp_switch':
platform/switch_ppc64_linux.h:88:1: error: 31 cannot be used in asm here
}
^
platform/switch_ppc64_linux.h:88:1: error: 31 cannot be used in asm here
error: command 'gcc' failed with exit status 1
http://build.alpinelinux.org/buildlogs/build-edge-ppc64le/community/py-greenlet/py-greenlet-0.4.12-r0.log
Diffstat (limited to 'community/py-greenlet')
-rw-r--r-- | community/py-greenlet/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/py-greenlet/APKBUILD b/community/py-greenlet/APKBUILD index 7a1ef2b897..8432e3de6a 100644 --- a/community/py-greenlet/APKBUILD +++ b/community/py-greenlet/APKBUILD @@ -3,10 +3,11 @@ pkgname=py-greenlet _pkgname=greenlet pkgver=0.4.12 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight in-process concurrent programming" url="http://pypi.python.org/pypi/greenlet" -arch="all" +# does not build on ppc64le yet +arch="all !ppc64le" license="MIT" depends="" makedepends="python2-dev py-setuptools python3-dev" |