diff --git a/fftw3.changes b/fftw3.changes index f453132..7d1a55f 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 25 11:53:29 UTC 2023 - Egbert Eich + +- Disable HPC flavors on %ix86 + ------------------------------------------------------------------- Mon Oct 23 11:43:32 UTC 2023 - Nicolas Morey diff --git a/fftw3.spec b/fftw3.spec index 3cebe65..a553349 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -278,6 +278,7 @@ ExclusiveArch: do_not_build %{?with_mpi:%{!?mpi_flavor:%global mpi_flavor openmpi}} %{?with_mpi:%global hpc_module_pname p%{pname}} # needed by the hpc tools +ExcludeArch: %ix86 %{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m {%mpi_flavor}} %{?mpi_vers:-V %{mpi_vers}} %{?ext:-e %{ext}}} %define package_base %{hpc_install_path_base} %define package_prefix %hpc_prefix