Accepting request 541873 from home:eeich:hpc_alt

- Fix library package dependencies - limit certain
  dependencies to HPC packages.

OBS-URL: https://build.opensuse.org/request/show/541873
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fftw3?expand=0&rev=55
This commit is contained in:
Takashi Iwai 2017-11-14 16:51:07 +00:00 committed by Git OBS Bridge
parent 3e314d15eb
commit 3c748854ca
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 14 16:23:54 UTC 2017 - eich@suse.com
- Fix library package dependencies - limit certain
dependencies to HPC packages.
-------------------------------------------------------------------
Sun Nov 12 16:25:33 UTC 2017 - eich@suse.com

View File

@ -171,8 +171,10 @@ Summary: Discrete Fourier Transform (DFT) C Subroutine Library
Group: System/Libraries
Provides: fftw3 = %{version}-%{release}
Obsoletes: fftw3 < 3.3
%if %{with hpc}
Requires: lua-lmod
%{?with_hpc:%hpc_requires}
%hpc_requires
%endif
%description -n %package_libname
FFTW is a C subroutine library for computing the Discrete Fourier