Disable mpich on s390x to fix the build

This commit is contained in:
Sérgio M. Basto 2024-01-22 14:22:28 +00:00
parent eacf254206
commit a54e4347e9

View File

@ -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 <lzaoral@redhat.com> - 3.3.10-9
- migrate to SPDX license format