- Remove non-distributable files.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=14
This commit is contained in:
parent
d6db89776b
commit
ca45639cfa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 10 08:18:56 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Remove non-distributable files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 10:50:50 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
5
tbb.spec
5
tbb.spec
@ -29,7 +29,7 @@ Source0: https://www.threadingbuildingblocks.org/sites/default/files/soft
|
||||
Patch1: optflags.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: swig >= 3.0.6
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -88,6 +88,9 @@ This package contains the header files needed for development with tbb.
|
||||
%setup -q -n %{name}%{version}oss
|
||||
%patch1 -p1
|
||||
|
||||
# Not distributable
|
||||
rm -rv examples/parallel_for/tachyon/{android,msvs}
|
||||
|
||||
%build
|
||||
make OPTFLAGS="%{optflags}" %{?_smp_mflags} tbb_build_prefix=obj
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user