diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2018-02-10 03:15:35 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-13 14:28:40 +0000 |
commit | 934d43aaca5b4dbd2ed14c5a94485a6639ddbd18 (patch) | |
tree | a2c002a25addf081daa940d3a3e92522d77aab3e /testing/thermald/APKBUILD | |
parent | 41d9695b25c6f1ef697329a1500410b720e2a46b (diff) | |
download | aports-934d43aaca5b4dbd2ed14c5a94485a6639ddbd18.tar.bz2 aports-934d43aaca5b4dbd2ed14c5a94485a6639ddbd18.tar.xz |
testing/[various]: fixes on s390x
need py-numpy : py-cpuinfo, websockify, py-gnuplot, py-scipy,
py-fonttools, py-matplotlib, py-opengl
need openblas : harminv
no jit support : texlive
no arch support : tcc, nim, perl-sys-syscall
radare2 : need disabling debugger
thermald : seems to be intel-only thing
lazperf : io tests hang
Diffstat (limited to 'testing/thermald/APKBUILD')
-rw-r--r-- | testing/thermald/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/thermald/APKBUILD b/testing/thermald/APKBUILD index f525d2eb51..bd5f12285b 100644 --- a/testing/thermald/APKBUILD +++ b/testing/thermald/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6 pkgrel=0 pkgdesc="Thermal daemon for IA" url="https://github.com/01org/thermal_daemon" -arch="all !armhf !aarch64" +arch="all !armhf !aarch64 !s390x" license="GPL-2.0" depends="" makedepends="autoconf automake libtool dbus-glib-dev libxml2-dev linux-headers" |