From 41a48b56e573f38d18adc5bee9f235a67598ec02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 21 Jan 2024 20:15:56 +0000 Subject: [PATCH] Fix i686 build by disabling openmpi --- fftw.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fftw.spec b/fftw.spec index c836084..19f88b0 100644 --- a/fftw.spec +++ b/fftw.spec @@ -3,7 +3,7 @@ %bcond_with openmpi %else %bcond_without mpich -%ifarch s390 s390x +%ifarch s390 s390x %{ix86} %bcond_with openmpi %else %bcond_without openmpi @@ -539,6 +539,7 @@ done %changelog * Fri Jan 19 2024 Fedora Release Engineering - 3.3.10-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild +- Fix i686 build by disabling openmpi * Thu Jul 27 2023 Lukáš Zaoral - 3.3.10-9 - migrate to SPDX license format