diff --git a/libcircle.spec b/libcircle.spec index f45790a..8b680d4 100644 --- a/libcircle.spec +++ b/libcircle.spec @@ -1,6 +1,6 @@ Name: libcircle Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} Source: https://github.com/hpc/libcircle/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz URL: http://hpc.github.io/libcircle/ @@ -104,10 +104,6 @@ cp -r doc/html/* %{buildroot}%{_docdir}/%{name} %check %{_openmpi_load} -# https://github.com/open-mpi/ompi/issues/7335 -%ifarch s390x -export PMIX_MCA_gds=hash -%endif make -C openmpi check || { cat openmpi/tests/test-suite.log && exit 1; } %{_openmpi_unload} %{_mpich_load} @@ -136,6 +132,9 @@ make -C mpich check || { cat mpich/tests/test-suite.log && exit 1; } %{_docdir}/%{name} %changelog +* Sat Feb 01 2020 Christoph Junghans - 0.3-3 +- Remove s390x workaround + * Wed Jan 29 2020 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild