From a54e4347e9c68740445115805715b76866712988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Mon, 22 Jan 2024 14:22:28 +0000 Subject: [PATCH] Disable mpich on s390x to fix the build --- fftw.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fftw.spec b/fftw.spec index 0a7fa56..5afdee5 100644 --- a/fftw.spec +++ b/fftw.spec @@ -2,7 +2,12 @@ %bcond_with mpich %bcond_with openmpi %else +# TODO check later if we can enable mpich on s390x +%ifarch s390 s390x +%bcond_with mpich +%else %bcond_without mpich +%endif %ifarch s390 s390x %{ix86} %bcond_with openmpi %else @@ -542,7 +547,8 @@ done - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Fix i686 build by disabling openmpi - Fix "The file FFTW3LibraryDepends.cmake is missing" in autotools build - https://github.com/FFTW/fftw3/issues/130#issuecomment-1902748460 + https://github.com/FFTW/fftw3/issues/130#issuecomment-1902748460 (#2193075) +- Disable mpich on s390x to fix the build * Thu Jul 27 2023 Lukáš Zaoral - 3.3.10-9 - migrate to SPDX license format