Skip to content
Snippets Groups Projects
Commit 934d43aa authored by Tuan M. Hoang's avatar Tuan M. Hoang Committed by Ariadne Conill
Browse files

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
parent 41d9695b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -5,7 +5,7 @@ pkgver=1.1.0
pkgrel=0
pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
url="https://github.com/hobu/laz-perf"
arch="all !armhf" # armhf: io_test segfaults
arch="all !armhf !s390x" # armhf: io_test segfaults
license="LGPL-2.0-or-later"
makedepends="cmake"
install=""
......
......@@ -7,7 +7,7 @@ pkgver=0.17.2
pkgrel=1
pkgdesc="A systems and applications programming language"
url="https://nim-lang.org/"
arch="all"
arch="all !s390x"
license="MIT"
checkdepends="sqlite-libs nodejs"
subpackages="$pkgname-doc nimsuggest niminst"
......
......@@ -7,7 +7,7 @@ pkgver=0.25
pkgrel=1
pkgdesc="Invoke system calls that are otherwise difficult to do from Perl"
url="http://search.cpan.org/dist/Sys-Syscall/"
arch="all !aarch64 !ppc64le"
arch="all !aarch64 !ppc64le !s390x"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends=""
......
......@@ -6,7 +6,7 @@ pkgver=3.3.0
pkgrel=0
pkgdesc="A module for getting CPU info"
url="https://github.com/workhorsy/py-cpuinfo"
arch="noarch"
arch="noarch !s390x"
license="MIT"
makedepends="python2-dev py-setuptools python3-dev"
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
......
......@@ -5,7 +5,7 @@ pkgver=3.21.2
pkgrel=0
pkgdesc="Converts OpenType and TrueType fonts to and from XML"
url="https://github.com/fonttools/fonttools"
arch="noarch"
arch="noarch !s390x"
license="BSD"
depends="py-numpy"
makedepends="python2-dev python3-dev py-setuptools"
......
......@@ -6,7 +6,7 @@ pkgver=1.8
pkgrel=0
pkgdesc="A Python interface to the gnuplot plotting program."
url="http://gnuplot-py.sourceforge.net"
arch="noarch"
arch="noarch !s390x"
license="LGPL"
depends="python2 py-numpy gnuplot"
depends_dev=""
......
......@@ -6,7 +6,7 @@ pkgver=1.5.1
pkgrel=2
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
arch="all"
arch="all !s390x"
license="custom"
depends="python2 py-numpy python2-tkinter py-dateutil py-parsing py-tz py-cycler"
makedepends="python2-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev
......
......@@ -6,7 +6,7 @@ pkgver=3.1.1a1
pkgrel=1
pkgdesc="Standard OpenGL bindings for Python"
url="http://pyopengl.sourceforge.net"
arch="noarch"
arch="noarch !s390x"
license="BSD"
depends="python2 freeglut mesa-gles py-pillow py-numpy"
depends_dev=""
......
......@@ -5,7 +5,7 @@ pkgver=0.19.1
pkgrel=1
pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
arch="all"
arch="all !s390x"
license="BSD"
depends="py-numpy-f2py"
makedepends="python2-dev python3-dev py-setuptools gfortran py-numpy-dev openblas-dev cython-dev"
......
......@@ -20,6 +20,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/radare/$pkgname/archive/${pk
builddir="$srcdir"/$pkgname-$pkgver
build() {
[ "$CARCH" = "s390x" ] && _disable_debugger="--disable-debugger"
cd "$builddir"
./configure \
--build=$CBUILD \
......@@ -28,6 +29,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
$_disable_debugger \
--with-syscapstone \
--with-openssl \
--with-syszip
......
......@@ -7,7 +7,7 @@ _commit=fc0188ffbcf29f856caedee8cef07d88be01e439
pkgrel=0
pkgdesc="Tiny C Compiler"
url="http://repo.or.cz/tinycc.git"
arch="all !ppc64le"
arch="all !ppc64le !s390x"
license="LGPL-2.1"
makedepends="texinfo"
options="!check" # test suite currently fails on the server
......
......@@ -26,7 +26,7 @@ _xetex="xelatex xelollipop"
build() {
cd "$builddir"
if [ "$CARCH" = "ppc64le" ] ; then
if [ "$CARCH" = "ppc64le" ] || [ "$CARCH" = "s390x" ] ; then
EXTRA="--disable-luajittex --disable-mfluajit"
fi
......
......@@ -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"
......
......@@ -5,7 +5,7 @@ pkgver=0.8.0
pkgrel=1
pkgdesc="WebSockets support for any application/server"
url="https://github.com/kanaka/websockify"
arch="noarch"
arch="noarch !s390x"
license="LGPL-3.0"
depends="py2-$pkgname=$pkgver-r$pkgrel py-setuptools py2-numpy"
makedepends="python2-dev"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment