Re-enable openmpi for s390x

Resolves: RHEL-65277
This commit is contained in:
Pavel Simovec 2024-11-18 10:07:23 +01:00
parent 433bd55ded
commit ceb1499e7d

View File

@ -8,11 +8,6 @@
%else
%bcond_without mpich
%endif
%ifarch s390 s390x %{ix86}
%bcond_with openmpi
%else
%bcond_without openmpi
%endif
%endif
%if %{with mpich}
%global mpi_list %{?mpi_list} mpich
@ -23,7 +18,7 @@
Name: fftw
Version: 3.3.10
Release: 13%{?dist}
Release: 14%{?dist}
Summary: A Fast Fourier Transform library
# Generally, the code is under GPL but some headers are also under MIT or BSD:
License: GPL-2.0-or-later AND MIT AND BSD-2-Clause
@ -543,6 +538,10 @@ done
%endif
%changelog
* Mon Nov 18 2024 Pavel Simovec <psimovec@redhat.com> - 3.3.10-14
- Re-enable openmpi for s390x
- Resolves: RHEL-65277
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.10-13
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018