From 91da85876b538227f4c11e6c42e13f61a68be5f7 Mon Sep 17 00:00:00 2001 From: Jean-Noël Grad Date: Aug 02 2022 09:13:26 +0000 Subject: Disable OpenMPI tests --- diff --git a/espresso.spec b/espresso.spec index 90a627b..7d4a259 100644 --- a/espresso.spec +++ b/espresso.spec @@ -3,7 +3,7 @@ Name: espresso Version: 4.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensible Simulation Package for Research on Soft matter # segfault on s390x: https://github.com/espressomd/espresso/issues/3753 # segfault on armv7hl: https://src.fedoraproject.org/rpms/espresso/pull-request/4 @@ -143,7 +143,9 @@ done %check export CTEST_OUTPUT_ON_FAILURE=1 -for mpi in mpich openmpi; do +# exclude openmpi, see https://github.com/espressomd/espresso/issues/3905 +# and https://bugzilla.redhat.com/show_bug.cgi?id=2113214 +for mpi in mpich; do module load mpi/${mpi}-%{_arch} export LD_LIBRARY_PATH=${MPI_LIB}:%{buildroot}${MPI_PYTHON3_SITEARCH}/%{name}md %cmake3_build --target check @@ -161,6 +163,9 @@ done %{python3_sitearch}/mpich/%{name}md/ %changelog +* Tue Aug 02 2022 Jean-Noël Grad - 4.2.0-3 +- Disable OpenMPI tests + * Thu Jul 21 2022 Fedora Release Engineering - 4.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild