Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mpi4py for openSUSE:Factory checked in at 2024-01-19 23:02:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mpi4py (Old) and /work/SRC/openSUSE:Factory/.python-mpi4py.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mpi4py" Fri Jan 19 23:02:38 2024 rev:20 rq:1139920 version:3.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mpi4py/python-mpi4py.changes 2023-12-08 22:32:56.833973106 +0100 +++ /work/SRC/openSUSE:Factory/.python-mpi4py.new.16006/python-mpi4py.changes 2024-01-19 23:02:50.663451499 +0100 @@ -1,0 +2,6 @@ +Fri Jan 19 09:45:13 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Don't run tests in s390x, mpiexec is not too reliable running in the + OBS virtual machine environment. bsc#1218604#c1 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mpi4py.spec ++++++ --- /var/tmp/diff_new_pack.5Sd4iC/_old 2024-01-19 23:02:51.359476959 +0100 +++ /var/tmp/diff_new_pack.5Sd4iC/_new 2024-01-19 23:02:51.363477105 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-mpi4py # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -138,6 +138,9 @@ mpi4py_mpi_ver openmpi EOL +# Don't run tests in s390x, mpiexec is not too reliable running in the +# OBS virtual machine environment. bsc#1218604#c1 +%ifnarch s390x %check export PYTHONDONTWRITEBYTECODE=1 export LANG=en_US.UTF-8 @@ -157,6 +160,7 @@ %setup_openmpi %{openmpi_prefix}/bin/mpiexec --use-hwthread-cpus --mca btl tcp,self -n 1 $python -B test/runtests.py -v --exclude="$donttest" } +%endif %files %{python_files} %doc CHANGES.rst DESCRIPTION.rst README.rst