]> git.pld-linux.org Git - packages/tbb.git/commitdiff
- updated to 2019_U9 (20191006) auto/th/tbb-2019.9.20191006-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Dec 2019 18:59:05 +0000 (19:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Dec 2019 18:59:05 +0000 (19:59 +0100)
tbb-cxxflags.patch
tbb.spec

index 71dc4afb54a03a6aefa65bf8fdfc392a0ded6abc..a620c035ece1db65e7c1f3ef87d37b91a64f3e35 100644 (file)
@@ -1,18 +1,15 @@
-diff -up tbb30_20110419oss/build/linux.gcc.inc\~ tbb30_20110419oss/build/linux.gcc.inc
---- tbb30_20110419oss/build/linux.gcc.inc~     2011-04-19 13:48:58.000000000 +0200
-+++ tbb30_20110419oss/build/linux.gcc.inc      2011-07-26 14:02:48.482006056 +0200
-@@ -59,10 +59,10 @@ ifneq (,$(shell gcc -dumpversion | egrep
- endif
+--- tbb-2019_U9/build/linux.gcc.inc.orig       2019-12-02 19:29:10.832630387 +0100
++++ tbb-2019_U9/build/linux.gcc.inc    2019-12-02 19:31:27.408557158 +0100
+@@ -66,10 +66,10 @@
  
  ifeq ($(cfg), release)
--        CPLUS_FLAGS = $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
-+        CPLUS_FLAGS = $(CXXFLAGS) $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
+         # -g is set intentionally in the release mode. It should not affect performance.
+-        CPLUS_FLAGS = -O2 -g
++        CPLUS_FLAGS = $(CXXFLAGS) -O2 -g
  endif
  ifeq ($(cfg), debug)
--        CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
-+        CPLUS_FLAGS = $(CXXFLAGS) -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
+-        CPLUS_FLAGS = -DTBB_USE_DEBUG -O0 -g
++        CPLUS_FLAGS = $(CXXFLAGS) -DTBB_USE_DEBUG -O0 -g
  endif
  
- ifneq (00,$(lambdas)$(cpp0x))
-
-Diff finished.  Tue Feb 26 13:00:13 2013
+ CPLUS_FLAGS += $(ITT_NOTIFY) -DUSE_PTHREAD -pthread
index 8f9a40570b2a1e82c09b168a33df550aa713bf36..59a8307bc444f65eaf5e55cd664f6cd802817249 100644 (file)
--- a/tbb.spec
+++ b/tbb.spec
@@ -1,7 +1,7 @@
 # use: major=year, minor=Update version, micro=date
 %define                major   2019
-%define                minor   5
-%define                micro   20190320
+%define                minor   9
+%define                micro   20191006
 Summary:       The Threading Building Blocks library abstracts low-level threading details
 Summary(pl.UTF-8):     Threading Building Blocks - biblioteka abstrahująca niskopoziomowe szczegóły obsługi wątków
 Name:          tbb
@@ -11,7 +11,7 @@ License:      Apache v2.0
 Group:         Development/Tools
 # Source0Download: https://github.com/01org/tbb/releases
 Source0:       https://github.com/01org/tbb/archive/%{major}_U%{minor}/%{name}-%{major}_U%{minor}.tar.gz
-# Source0-md5: 38eae1abb55e1663257f29e8748d3798
+# Source0-md5: 584edbec127c508f2cd5b6e79ad200fc
 Source1:       http://www.threadingbuildingblocks.org/uploads/81/91/Latest%20Open%20Source%20Documentation/Design_Patterns.pdf
 # Source1-md5: 46062fef922d39abfd464bc06e02cdd8
 Source2:       http://www.threadingbuildingblocks.org/uploads/81/91/Latest%20Open%20Source%20Documentation/Getting_Started.pdf
This page took 0.270943 seconds and 4 git commands to generate.