From ec6420ae60538fc246a8d7be4d5cbc76e29b6573 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Fri, 16 Jan 2026 09:08:32 +0000 Subject: [PATCH] Disable openmpi for i686 architecture --- fftw.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fftw.spec b/fftw.spec index 706f561..00c8f00 100644 --- a/fftw.spec +++ b/fftw.spec @@ -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 - 3.3.10-15.alma.1 +- Disable openmpi for i686 architecture + * Mon Nov 25 2024 Pavel Simovec - 3.3.10-15 - Enable openmpi for RHEL - Resolves: RHEL-65277