Remove s390x workaround

This commit is contained in:
Christoph Junghans 2020-02-01 07:13:11 -07:00
parent 9aa6d2e128
commit 92b7e6d847
1 changed files with 4 additions and 5 deletions

View File

@ -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 <junghans@votca.org> - 0.3-3
- Remove s390x workaround
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild