diff --git a/fftw3.changes b/fftw3.changes index 3fc8af5..ea8d832 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 18 08:09:32 UTC 2018 - schwab@suse.de + +- Stay with openmpi also on ppc + ------------------------------------------------------------------- Thu May 31 20:44:50 UTC 2018 - antoine.belvire@opensuse.org diff --git a/fftw3.spec b/fftw3.spec index 2e9318d..db2ac7b 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -26,7 +26,7 @@ %define pl_ext pl2 #For non HPC builds only -%ifarch ppc64 +%ifarch ppc ppc64 %define mpi_implem openmpi %else %define mpi_implem openmpi2 @@ -195,7 +195,7 @@ BuildRequires: pkgconfig Version: %vers Release: 0 Summary: Discrete Fourier Transform (DFT) C Subroutine Library -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Scientific/Math Url: http://www.fftw.org Source: ftp://ftp.fftw.org/pub/fftw/fftw-%{version}%{?pl_ext:-%{pl_ext}}.tar.gz @@ -254,8 +254,8 @@ Libraries to build statically linked applications with fftw3. %package -n %package_libname Summary: Discrete Fourier Transform (DFT) C Subroutine Library -# Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1) Group: System/Libraries +# Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1) Provides: fftw3 = %{version}-%{release} Obsoletes: fftw3 < 3.3 %if %{with hpc}