Accepting request 636361 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/636361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2018-09-26 14:01:04 +00:00 committed by Git OBS Bridge
commit 77bff7ddf4
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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}