From d6f516b0516ead0966f935deae265a79f5672d52 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Mon, 3 Apr 2017 06:37:14 +0000 Subject: 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 --- community/py-greenlet/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/py-greenlet/APKBUILD') 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" -- cgit v1.2.3