mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
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:
e040f51c04/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.
This commit is contained in:
parent
4460e31d39
commit
d87e1a727d
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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=""
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user