aboutsummaryrefslogtreecommitdiffstats
path: root/testing/harminv
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-02-10 03:15:35 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-13 14:28:40 +0000
commit934d43aaca5b4dbd2ed14c5a94485a6639ddbd18 (patch)
treea2c002a25addf081daa940d3a3e92522d77aab3e /testing/harminv
parent41d9695b25c6f1ef697329a1500410b720e2a46b (diff)
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/harminv')
-rw-r--r--testing/harminv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/harminv/APKBUILD b/testing/harminv/APKBUILD
index ee1c385bb78..cca41dddf55 100644
--- a/testing/harminv/APKBUILD
+++ b/testing/harminv/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.4.1
pkgrel=1
pkgdesc="Free program to solve the problem of harmonic inversion"
url="https://github.com/stevengj/harminv"
-arch="all"
+arch="all !s390x"
license="GPL"
depends_dev="openblas-dev"
makedepends="$depends_dev gfortran"