Disable openmpi for i686 architecture

This commit is contained in:
Eduard Abdullin 2026-01-16 09:08:32 +00:00 committed by root
parent 9192e56314
commit ec6420ae60

View File

@ -8,7 +8,7 @@
%bcond_without mpich
%endif
%endif
%ifarch s390 s390x
%ifarch s390 s390x %{ix86}
%bcond_with openmpi
%else
%bcond_without openmpi
@ -22,7 +22,7 @@
Name: fftw
Version: 3.3.10
Release: 15%{?dist}
Release: 15%{?dist}.alma.1
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
@ -542,6 +542,9 @@ done
%endif
%changelog
* Fri Jan 16 2026 Eduard Abdullin <eabdullin@almalinux.org> - 3.3.10-15.alma.1
- Disable openmpi for i686 architecture
* Mon Nov 25 2024 Pavel Simovec <psimovec@redhat.com> - 3.3.10-15
- Enable openmpi for RHEL
- Resolves: RHEL-65277