aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-05-09 02:21:22 -0400
committerShiz <hi@shiz.me>2017-05-10 23:39:13 +0200
commitd87e1a727d860f2b1d6ecad79c1504bd77ae4325 (patch)
tree4b957177b6d03e6666bd5c0b25317250d1a329fb /community
parent4460e31d39d712cfa3aeab0178084e8f39f05c14 (diff)
downloadaports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.bz2
aports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.xz
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.
Diffstat (limited to 'community')
-rw-r--r--community/R/APKBUILD2
-rw-r--r--community/caddy/APKBUILD2
-rw-r--r--community/docker/APKBUILD2
-rw-r--r--community/drawterm/APKBUILD2
-rw-r--r--community/llvm-libunwind/APKBUILD2
-rw-r--r--community/openspecfun/APKBUILD2
-rw-r--r--community/py-opencl/APKBUILD2
7 files changed, 7 insertions, 7 deletions
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"