From 5246029a00f69565e2886c38f59343fe1fe2224cf4ced9e8acf8fca6aeb9939b Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 23 Oct 2017 17:00:06 +0000 Subject: [PATCH] Accepting request 535962 from home:eeich:hpc_alt - Don't use openmpi-devel for HPC builds. OBS-URL: https://build.opensuse.org/request/show/535962 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=50 --- fftw3.changes | 5 +++++ fftw3.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/fftw3.changes b/fftw3.changes index 553a03a..09dae31 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 23 11:51:13 UTC 2017 - eich@suse.com + +- Don't use openmpi-devel for HPC builds. + ------------------------------------------------------------------- Thu Oct 19 11:39:08 UTC 2017 - eich@suse.com diff --git a/fftw3.spec b/fftw3.spec index eada1b7..f2b409e 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -105,9 +105,6 @@ ExclusiveArch: do_not_build Name: %package_name BuildRequires: fdupes BuildRequires: pkgconfig -%ifnarch s390 s390x -BuildRequires: openmpi-devel -%endif Version: 3.3.5 Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library @@ -130,6 +127,9 @@ Requires: %{mpi_flavor}_%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc BuildRequires: gcc-c++ BuildRequires: gcc-fortran Requires: %{package_name}-libs = %{version} +%ifnarch s390 s390x +BuildRequires: openmpi-devel +%endif %endif %description