From efd57d5c34e37bb4de492782366ac19f7f7d32cd Mon Sep 17 00:00:00 2001 From: Joe VLcek Date: Wed, 29 Apr 2026 17:25:37 -0400 Subject: [PATCH] Disable openmpi for fftw on i686 architecture Resolves: RHEL-172170 --- fftw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fftw.spec b/fftw.spec index 824c42c..d8262d7 100644 --- a/fftw.spec +++ b/fftw.spec @@ -1,5 +1,5 @@ %bcond_without mpich -%ifarch s390 s390x +%ifarch s390 s390x %{ix86} %bcond_with openmpi %else %bcond_without openmpi @@ -14,7 +14,7 @@ Name: fftw Version: 3.3.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Fast Fourier Transform library License: GPLv2+ URL: http://www.fftw.org @@ -548,6 +548,9 @@ done %endif %changelog +* Wed Apr 29 2026 Joe VLcek - 3.3.8-14 +- Disable openmpi for i686 architecture + * Tue Mar 17 2026 Joe VLcek - 3.3.8-13 - Fix for OpenMPI build with < 4 processors