From 49da2854dc5dfb01851162d4ae906598e33d2c83b8e50cf633feaa243a719dc8 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 25 Oct 2023 11:57:28 +0000 Subject: [PATCH] Accepting request 1120238 from home:eeich:branches:multimedia:libs - Disable HPC flavors on %ix86 OBS-URL: https://build.opensuse.org/request/show/1120238 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=98 --- fftw3.changes | 5 +++++ fftw3.spec | 1 + 2 files changed, 6 insertions(+) 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