From f00aec781a758491c79913d9ebe47f8530a6a234 Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Mon, 10 Apr 2017 16:42:33 +0000 Subject: community/: Do not compile on ppc64le Currently ppc64le does not have go, thus, disabling the build of the packages that depends on golang. This patch should be reverted once we have go enabled on ppc64le. --- community/py-numpy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-numpy') diff --git a/community/py-numpy/APKBUILD b/community/py-numpy/APKBUILD index 68ccc95e2d..6c7cfb9ae1 100644 --- a/community/py-numpy/APKBUILD +++ b/community/py-numpy/APKBUILD @@ -7,7 +7,7 @@ pkgver=1.12.1 pkgrel=1 pkgdesc="Scientific tools for Python" url="http://numpy.scipy.org/" -arch="all !ppc64le" +arch="all " license="BSD" options="!check" makedepends="python2-dev py-setuptools python3-dev -- cgit v1.2.3