From d87e1a727d860f2b1d6ecad79c1504bd77ae4325 Mon Sep 17 00:00:00 2001 From: "Tuan M. Hoang" Date: Tue, 9 May 2017 02:21:22 -0400 Subject: community/[various]: no support for s390x yet py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy} openspecfun: missing dependency community/openlibm llvm-libunwind: no support yet drawterm: no support yet caddy: https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239 docker: disable for now. Currently we still cannot boot Alpine s390x natively yet, most usage are running inside containers. Thus it is not likely we need Docker on s390x for now. --- community/R/APKBUILD | 2 +- community/caddy/APKBUILD | 2 +- community/docker/APKBUILD | 2 +- community/drawterm/APKBUILD | 2 +- community/llvm-libunwind/APKBUILD | 2 +- community/openspecfun/APKBUILD | 2 +- community/py-opencl/APKBUILD | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'community') diff --git a/community/R/APKBUILD b/community/R/APKBUILD index 96cb878e1f..82274d993d 100644 --- a/community/R/APKBUILD +++ b/community/R/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.3.3 pkgrel=0 pkgdesc="Language and environment for statistical computing" url="https://www.r-project.org" -arch="all" +arch="all !s390x" license="GPL-2 GPL-3 LGPL-2.1" depends="$pkgname-mathlib" depends_dev="gcc gfortran icu-dev libjpeg-turbo libpng-dev make openblas-dev diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD index 2634765113..4135fd6c6d 100644 --- a/community/caddy/APKBUILD +++ b/community/caddy/APKBUILD @@ -7,7 +7,7 @@ _vcheck="0.9.3" pkgrel=0 pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" url="https://caddyserver.com/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="ASL 2.0" depends="ca-certificates" makedepends="go libcap bash glide" diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 462f1acc0b..3b609d0d94 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 _gitcommit=v$_ver pkgdesc="Pack, ship and run any application as a lightweight container" url="http://www.docker.io/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="ASL 2.0" depends="ca-certificates iptables" depends_dev="" diff --git a/community/drawterm/APKBUILD b/community/drawterm/APKBUILD index f12e393f8f..d18f3b0f68 100644 --- a/community/drawterm/APKBUILD +++ b/community/drawterm/APKBUILD @@ -5,7 +5,7 @@ pkgver=20170119 pkgrel=2 pkgdesc="Connect to Plan 9 CPU servers from other operating systems" url="http://drawterm.9front.org/" -arch="all !armhf !aarch64" +arch="all !armhf !aarch64 !s390x" license="custom" depends="" options="!check" diff --git a/community/llvm-libunwind/APKBUILD b/community/llvm-libunwind/APKBUILD index 99d0da1d84..b5491cbeab 100644 --- a/community/llvm-libunwind/APKBUILD +++ b/community/llvm-libunwind/APKBUILD @@ -7,7 +7,7 @@ _llvmver=3.9 pkgrel=1 pkgdesc="LLVM version of libunwind library" url="http://llvm.org/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="BSD" depends_dev="!libunwind-dev" makedepends="cmake llvm$_llvmver-dev" diff --git a/community/openspecfun/APKBUILD b/community/openspecfun/APKBUILD index d8e89ddcbe..6f32502b5e 100644 --- a/community/openspecfun/APKBUILD +++ b/community/openspecfun/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.3 pkgrel=1 pkgdesc="A collection of special mathematical functions." url="https://github.com/JuliaLang/openspecfun" -arch="all" +arch="all !s390x" license="MIT public-domain" depends="" makedepends="openlibm-dev gfortran" diff --git a/community/py-opencl/APKBUILD b/community/py-opencl/APKBUILD index 15141db69e..6d6106ddf0 100644 --- a/community/py-opencl/APKBUILD +++ b/community/py-opencl/APKBUILD @@ -6,7 +6,7 @@ pkgver=2016.2.1 pkgrel=0 pkgdesc="Python wrapper for OpenCL" url="https://pypi.python.org/pypi/pyopencl" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="MIT" depends="python2" depends_dev="$pkgname" -- cgit v1.2.3