forked from pool/clFFT
Accepting request 533434 from science
- Do not pull boost-devel on Factory (bsc#1062774) OBS-URL: https://build.opensuse.org/request/show/533434 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clFFT?expand=0&rev=2
This commit is contained in:
commit
d1c1a645d1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 11 14:53:51 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Do not pull boost-devel on Factory (bsc#1062774)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 23:22:32 UTC 2017 - jengelh@inai.de
|
Mon Jul 24 23:22:32 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Url: https://github.com/clMathLibraries/clFFT
|
|||||||
Source: https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/clMathLibraries/clFFT/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: clFFT-client.1
|
Source1: clFFT-client.1
|
||||||
Patch0: fix-client-no-symlink.patch
|
Patch0: fix-client-no-symlink.patch
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: opencl-headers
|
BuildRequires: opencl-headers
|
||||||
@ -39,6 +38,11 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(OpenCL)
|
BuildRequires: pkgconfig(OpenCL)
|
||||||
BuildRequires: pkgconfig(fftw3)
|
BuildRequires: pkgconfig(fftw3)
|
||||||
ExcludeArch: %{ix86} %{arm}
|
ExcludeArch: %{ix86} %{arm}
|
||||||
|
%if 0%{?suse_version} > 1315
|
||||||
|
BuildRequires: libboost_program_options-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The clFFT library is an OpenCL implementation of discrete
|
The clFFT library is an OpenCL implementation of discrete
|
||||||
|
Loading…
x
Reference in New Issue
Block a user