Skip to content
Snippets Groups Projects
Commit 09483afd authored by Sertonix's avatar Sertonix Committed by J0WI
Browse files

community/py3-scipy: enable all tests on ppc64le and disable on s390x

they all seem to pass on ppc64le now but s390x is failing at the moment
parent 433398b9
No related branches found
No related tags found
1 merge request!79076community/py3-scipy: enable all tests on ppc64le
Pipeline #296306 skipped
......@@ -33,17 +33,10 @@ provides=py-scipy=$pkgver-r$pkgrel # Backwards compatibility
case "$CARCH" in
riscv64) options="!check";; # stuck
s390x) options="!check";; # FIXME Terminated
esac
build() {
case "$CARCH" in
ppc64le)
# Segmentation fault (core dumped)
sed -i '/test_propack.py/d' scipy/sparse/linalg/tests/meson.build
rm scipy/sparse/linalg/tests/test_propack.py
;;
esac
export CFLAGS="$CFLAGS -O3"
export CXXFLAGS="$CXXFLAGS -O3"
......
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