Re-enable openmpi for s390x
Resolves: RHEL-65277
This commit is contained in:
parent
433bd55ded
commit
ceb1499e7d
11
fftw.spec
11
fftw.spec
@ -8,11 +8,6 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without mpich
|
%bcond_without mpich
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x %{ix86}
|
|
||||||
%bcond_with openmpi
|
|
||||||
%else
|
|
||||||
%bcond_without openmpi
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%if %{with mpich}
|
%if %{with mpich}
|
||||||
%global mpi_list %{?mpi_list} mpich
|
%global mpi_list %{?mpi_list} mpich
|
||||||
@ -23,7 +18,7 @@
|
|||||||
|
|
||||||
Name: fftw
|
Name: fftw
|
||||||
Version: 3.3.10
|
Version: 3.3.10
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: A Fast Fourier Transform library
|
Summary: A Fast Fourier Transform library
|
||||||
# Generally, the code is under GPL but some headers are also under MIT or BSD:
|
# 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
|
License: GPL-2.0-or-later AND MIT AND BSD-2-Clause
|
||||||
@ -543,6 +538,10 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.10-13
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user