[tbb] 41/64: Imported Debian patch 4.2~20130725-1.1~exp1

Graham Inggs ginggs at moszumanska.debian.org
Mon Jul 3 12:28:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ginggs pushed a commit to branch master
in repository tbb.

commit 2d2a601c8a1b2c946038d4abe899a249327fe83f
Merge: 0028933 7a5ba16
Author: Mathieu Malaterre <malat at debian.org>
Date:   Fri Sep 6 14:36:05 2013 +0200

    Imported Debian patch 4.2~20130725-1.1~exp1

 CHANGES                                            |  54 ++-
 Makefile                                           |  24 +-
 build/Makefile.rml                                 |   4 +
 build/Makefile.tbb                                 |   6 +-
 build/Makefile.tbbmalloc                           |  10 +-
 build/Makefile.test                                |  23 +-
 build/android.linux.launcher.sh                    |  87 ++--
 build/common.inc                                   |  19 +-
 build/common_rules.inc                             |  21 +
 build/linux.inc                                    |   3 +-
 build/macos.clang.inc                              |   4 +-
 build/macos.icc.inc                                |   7 +
 build/macos.inc                                    |   6 +-
 build/mic.linux.inc                                |   2 +-
 build/mic.linux.launcher.sh                        |  41 +-
 build/mic.offload.inc                              |   4 +-
 build/test_launcher.bat                            |  35 +-
 build/test_launcher.sh                             |  35 +-
 build/vsproject/tbb.vcproj                         | 104 ++++-
 build/windows.cl.inc                               |   4 +-
 build/windows.icl.inc                              |   4 +-
 debian/README.source                               |  10 -
 debian/changelog                                   |  10 +-
 debian/patches/adddebug.patch                      |  25 +
 debian/patches/armhf.patch                         |  14 +-
 debian/patches/series                              |   1 +
 debian/rules                                       |   4 +-
 debian/source/include-binaries                     |  71 +++
 debian/tbb.pc                                      |  11 +
 doc/Release_Notes.txt                              |  15 +-
 doc/html/a00019.html                               |   2 +
 doc/html/a00127.html                               |   2 +-
 doc/html/a00281.html                               |   8 +
 doc/html/a00343.html                               |   3 +-
 doc/html/a00405.html                               |  31 +-
 doc/html/a00425.html                               |  12 +-
 doc/html/a00428.html                               |   8 +
 doc/html/a00443.html                               |  31 ++
 doc/html/a00444.html                               |  23 +
 doc/html/functions_0x63.html                       |   2 +-
 doc/html/functions_0x69.html                       |   3 +-
 doc/html/functions_0x6f.html                       |   2 +-
 doc/html/functions_func_0x63.html                  |   2 +-
 doc/html/functions_func_0x69.html                  |   3 +-
 doc/html/functions_func_0x6f.html                  |   2 +-
 doc/html/globals.html                              |   3 +-
 doc/html/globals_func.html                         |   3 +-
 doc/html/namespacemembers.html                     |   4 +-
 doc/html/namespacemembers_enum.html                |   1 +
 doc/html/namespacemembers_eval.html                |   1 +
 doc/html/namespacemembers_func.html                |   1 +
 ...embers_enum.html => namespacemembers_type.html} |   8 +-
 examples/GettingStarted/sub_string_finder/Makefile |  15 +-
 .../msvs/sub_string_finder.vcproj                  |   8 +-
 .../msvs/sub_string_finder_extended.vcproj         |   8 +-
 .../msvs/sub_string_finder_pretty.vcproj           |   8 +-
 examples/Makefile                                  |   5 +-
 examples/common/gui/Makefile.win                   |   2 +-
 .../count_strings/msvs/count_strings.vcproj        |   8 +-
 .../shortpath/msvs/shortpath.vcproj                |   8 +-
 examples/graph/binpack/msvs/binpack.vcproj         |   8 +-
 .../msvs/dining_philosophers.vcproj                |   8 +-
 examples/graph/logic_sim/msvs/test_all.vcproj      |   8 +-
 examples/parallel_do/parallel_preorder/Makefile    |   4 +
 .../parallel_do/parallel_preorder/Makefile.windows |   3 +
 .../msvs/parallel_preorder.vcproj                  |   8 +-
 .../game_of_life/msvs/Game_of_life.vcproj          |  16 +-
 .../parallel_for/polygon_overlay/msvs/pover.vcproj |  16 +-
 examples/parallel_for/seismic/Makefile             |  30 +-
 examples/parallel_for/seismic/main.cpp             |  38 +-
 .../seismic/msvs/SeismicSimulation.vcproj          |  16 +-
 examples/parallel_for/seismic/universe.cpp         |   4 -
 examples/parallel_for/tachyon/Makefile.windows     |  51 +-
 .../parallel_for/tachyon/msvs/tachyon.tbb.vcproj   |  16 +-
 .../parallel_for/tachyon/msvs/tachyon.tbb1d.vcproj |  16 +-
 .../convex_hull/msvs/convex_hull_benchmark.vcproj  |   8 +-
 .../convex_hull/msvs/convex_hull_sample.vcproj     |   8 +-
 examples/parallel_reduce/primes/Makefile           |  15 +-
 examples/parallel_reduce/primes/msvs/primes.vcproj |   8 +-
 examples/pipeline/square/msvs/square.vcproj        |   8 +-
 examples/task/tree_sum/msvs/tree_sum.vcproj        |   8 +-
 examples/task_group/sudoku/Makefile                |  15 +-
 examples/task_group/sudoku/msvs/sudoku.vcproj      |   8 +-
 examples/task_priority/fractal/msvs/fractal.vcproj |  16 +-
 examples/test_all/fibonacci/msvs/fibonacci.vcproj  |   8 +-
 include/tbb/concurrent_hash_map.h                  |  24 +
 include/tbb/concurrent_unordered_map.h             |  40 ++
 include/tbb/concurrent_unordered_set.h             |  38 ++
 include/tbb/concurrent_vector.h                    |   8 +-
 include/tbb/flow_graph.h                           |  31 +-
 include/tbb/internal/_concurrent_unordered_impl.h  |  15 +
 include/tbb/internal/_flow_graph_join_impl.h       |   8 +-
 include/tbb/internal/_flow_graph_node_impl.h       |   8 +-
 include/tbb/internal/_mutex_padding.h              |  76 +++
 include/tbb/internal/_x86_eliding_mutex_impl.h     | 157 +++++++
 include/tbb/machine/gcc_generic.h                  |   4 +
 include/tbb/machine/gcc_ia32_common.h              |   2 +
 include/tbb/machine/{mic_common.h => gcc_itsx.h}   |  60 ++-
 include/tbb/machine/icc_generic.h                  |   3 +-
 include/tbb/machine/linux_intel64.h                |   1 +
 include/tbb/machine/mic_common.h                   |   4 +-
 include/tbb/machine/msvc_ia32_common.h             |  13 +-
 include/tbb/memory_pool.h                          |   2 +
 include/tbb/parallel_reduce.h                      |   6 +-
 include/tbb/scalable_allocator.h                   |  47 +-
 include/tbb/spin_mutex.h                           |  49 +-
 include/tbb/task.h                                 |   9 +-
 include/tbb/tbb_config.h                           | 114 +++--
 include/tbb/tbb_machine.h                          |  30 ++
 include/tbb/tbb_stddef.h                           |   4 +-
 src/Makefile                                       |  71 +--
 src/old/concurrent_vector_v2.h                     |   2 +-
 src/tbb/arena.cpp                                  |   2 +-
 src/tbb/dynamic_link.cpp                           |  80 +++-
 src/tbb/dynamic_link.h                             |  21 +-
 src/tbb/governor.cpp                               |   2 +-
 .../ia32-masm/itsx.asm}                            |  48 +-
 .../intel64-masm/itsx.asm}                         |  44 +-
 src/tbb/market.cpp                                 |   4 +-
 src/tbb/market.h                                   |   2 +-
 src/tbb/scheduler.h                                |   2 +-
 src/tbb/task.cpp                                   |   5 +-
 src/tbb/task_group_context.cpp                     |  57 ++-
 src/tbb/win32-tbb-export.lst                       |   2 +
 src/tbb/win64-tbb-export.lst                       |   2 +
 src/tbbmalloc/Customize.h                          |  21 +-
 src/tbbmalloc/frontend.cpp                         | 519 ++++++++++++---------
 src/tbbmalloc/large_objects.cpp                    |  25 +-
 src/tbbmalloc/lin32-tbbmalloc-export.def           |   1 +
 src/tbbmalloc/lin64-tbbmalloc-export.def           |   1 +
 src/tbbmalloc/lin64ipf-tbbmalloc-export.def        |   1 +
 src/tbbmalloc/mac32-tbbmalloc-export.def           |   1 +
 src/tbbmalloc/mac64-tbbmalloc-export.def           |   1 +
 src/tbbmalloc/tbbmalloc_internal.h                 |  37 +-
 src/tbbmalloc/win32-gcc-tbbmalloc-export.def       |   1 +
 src/tbbmalloc/win32-tbbmalloc-export.def           |   1 +
 src/tbbmalloc/win64-gcc-tbbmalloc-export.def       |   1 +
 src/tbbmalloc/win64-tbbmalloc-export.def           |   1 +
 src/tbbproxy/tbbproxy.cpp                          |   2 +-
 src/test/harness.h                                 | 198 ++++----
 src/test/harness_defs.h                            |   4 +
 src/test/harness_tsx.h                             |  89 ++++
 src/test/test_ScalableAllocator.cpp                |   9 +-
 src/test/test_ScalableAllocator_STL.cpp            |   2 +-
 src/test/test_atomic.cpp                           |   7 +-
 src/test/test_buffer_node.cpp                      |   2 +-
 src/test/test_cilk_interop.cpp                     |   1 +
 src/test/test_concurrent_hash_map.cpp              |  19 +
 src/test/test_concurrent_priority_queue.cpp        |  20 +-
 src/test/test_concurrent_unordered.cpp             |  61 +++
 src/test/test_concurrent_vector.cpp                |  15 +-
 src/test/test_dynamic_link.cpp                     |  90 ++++
 src/test/test_eh_algorithms.cpp                    |  56 +++
 src/test/test_initializer_list.h                   | 160 +++++--
 src/test/test_malloc_compliance.cpp                |   2 +
 src/test/test_malloc_init_shutdown.cpp             |   2 +
 src/test/test_malloc_pools.cpp                     |  25 +
 src/test/test_malloc_pure_c.c                      |  20 +-
 src/test/test_malloc_whitebox.cpp                  |  78 ++--
 src/test/test_mutex.cpp                            |  65 ++-
 src/test/test_priority_queue_node.cpp              |   2 +-
 src/test/test_queue_node.cpp                       |   2 +-
 src/test/test_sequencer_node.cpp                   |   2 +-
 src/test/test_task_group.cpp                       |   7 +-
 src/test/test_task_priority.cpp                    |  92 +++-
 src/test/test_tbb_version.cpp                      |   4 +-
 166 files changed, 2832 insertions(+), 1131 deletions(-)

diff --cc debian/changelog
index 0b0b043,0000000..0c75e56
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,201 -1,0 +1,199 @@@
- tbb (4.1~20130613-1.2) unstable; urgency=medium
++tbb (4.2~20130725-1.1~exp1) experimental; urgency=low
 +
 +  * Non-maintainer upload.
-   * Fix armhf buildd
-     + debian/patches/armhf.patch
-   * Fix hardening flags (missing CPPFLAGS)
-   * Fix d/watch file
++  * New stable release: 4.2
++  * Fix d/watch page to use new https redirection
 +
-  -- Mathieu Malaterre <malat at debian.org>  Wed, 18 Sep 2013 09:22:27 +0200
++ -- Mathieu Malaterre <malat at debian.org>  Fri, 06 Sep 2013 14:36:05 +0200
 +
 +tbb (4.1~20130613-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove patches from bug #692033, since integrated upstream now
 +  * Upload to sid
 +    - Closes: #714986, #715162, #713347, #715425, #705495
 +
 + -- Mathieu Malaterre <malat at debian.org>  Mon, 26 Aug 2013 13:00:26 +0200
 +
 +tbb (4.1~20130613-1.1~exp1) experimental; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Upload 4.1, update 4
 +  * Import patches for armhf (from 4.0+r233+update5-0.2)
 +
 + -- Mathieu Malaterre <malat at debian.org>  Sat, 06 Jul 2013 15:01:19 +0200
 +
 +tbb (4.1~20130516-1.1~exp1) experimental; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Upload 4.1, update 3. Closes: #695683
 +  * Switch to dh/9. Get harderning compilation
 +  * Add d/watch. Closes: #695683
 +  * Use d/rules to generate version. Closes: #712146
 +  * Build PowerPC/SPE. Closes: #695685
 +  * Use new d/rules. Bump Std-Vers: 3.9.4
 +
 + -- Mathieu Malaterre <malat at debian.org>  Fri, 05 Jul 2013 09:06:21 +0200
 +
 +tbb (4.0+r233+update5-0.2) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Add armhf to the list of supported arches in debian/control, now that
 +    ARMv7 support is there. Not (yet) worth doing for armel.
 +
 + -- Steve McIntyre <steve.mcintyre at linaro.org>  Mon, 24 Jun 2013 17:05:45 +0100
 +
 +tbb (4.0+r233+update5-0.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Updated to upstream 4.0 Update 5 release.
 +    + Added 64-bit PowerPC support
 +  * Applied ARMv7-A support patches from linaro. (Closes: #692033)
 +
 + -- Andrew Lee (李健秋) <ajqlee at debian.org>  Wed, 12 Jun 2013 13:57:09 +0800
 +
 +tbb (4.0+r233-1) unstable; urgency=low
 +
 +  * New upstream release
 +    + Add 32-bit PowerPC support
 +  * Update to Standards-Version 3.9.2 (no changes)
 +  * Add note to package descriptions that Pentium4-compatible and higher is
 +    supported for i386 architecture users (Closes: #642248)
 +  * Do not run test suite when DEB_BUILD_OPTIONS=nocheck (Closes: #642251)
 +  * Do not ignore 'make clean' errors (Closes: #642242)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 24 Sep 2011 17:16:45 -0400
 +
 +tbb (3.0+r147-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * debian/copyright: update years
 +  * debian/control: Add ppc64 to the Architecture fields
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 31 Mar 2011 15:02:52 -0400
 +
 +tbb (3.0+r035-2) unstable; urgency=low
 +
 +  * Make examples build properly (Closes: #608347)
 +    + Ship common Makefile snippets from upstream
 +    + Document that upstream's _debug library versions are not shipped
 +  * Update to Standards-Version 3.9.1 (no changes)
 +  
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Fri, 31 Dec 2010 15:21:02 -0500
 +
 +tbb (3.0+r035-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Update to Standards-Version 3.9.0 (no changes)
 +  * Switch to dpkg-source 3.0 (quilt) format 
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Mon, 28 Jun 2010 19:29:45 -0400
 +
 +tbb (3.0+r018-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #581614)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 15 May 2010 07:58:17 -0400
 +
 +tbb (2.2+r013-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * debian/copyright: update years
 +  * Update to Standards-Version 3.8.4 (no changes)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 20 Feb 2010 12:22:19 -0500
 +
 +tbb (2.2+r012-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Update pkg-config metadata file
 +  * Add ${misc:Depends} as recommended by lintian
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Wed, 27 Jan 2010 09:50:16 -0500
 +
 +tbb (2.2+r009-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sun, 18 Oct 2009 14:50:25 -0400
 +
 +tbb (2.2+r004-1) unstable; urgency=low
 +
 +  * New upstream release (Closes: #545702)
 +  * Update to Standards-Version 3.8.3 (no changes)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Wed, 09 Sep 2009 17:22:22 -0400
 +
 +tbb (2.1r017-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Change libtbb2-dbg to section debug for new archive layout
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sun, 10 May 2009 21:15:34 -0400
 +
 +tbb (2.1r015-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * 02_replace_arch_command.dpatch: merged upstream
 +  * Remove build dependency on dpatch and modify debian-rules accordingly
 +  * Add .pc file to help when building against the library
 +  * Update to Standards-Version 3.8.1 (no changes)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 17 Mar 2009 15:52:47 -0400
 +
 +tbb (2.1~20080605-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Drop patches
 +    - 01_add_soname: suitable fascimile implemented upstream
 +    - 03_ias_patch: upstream now using as instead of ias
 +  * Update to Standards-Version 3.8.0 (no changes)
 +  * Add new upstream Doxygen documentation (in libtbb-doc package)
 +  * Register new documentation with doc-base
 +  * debian/copyright: Update years of copyright
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 08 Jul 2008 18:51:22 -0400
 +
 +tbb (2.0r020-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/patches/04_g++-4.3.dpatch: Removed, integrated upstream
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 29 Apr 2008 15:31:09 -0400
 +
 +tbb (2.0r017-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Sat, 08 Mar 2008 22:15:13 -0500
 +
 +tbb (2.0r014-4) unstable; urgency=low
 +
 +  * Make tbb-examples recommend libtbb-dev.
 +  * Make libtbb-dev suggest tbb-examples.
 +  * Patch to allow building with g++-4.3 (Closes: #462415)
 +  * Only conditionally create symlink (Closes: #465617)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 14 Feb 2008 18:36:15 -0500
 +
 +tbb (2.0r014-3) unstable; urgency=low
 +
 +  * Fix short descriptions of tbb-examples (Closes: #457442)
 +  * Fix short descriptions of libtbb2-dbg (Closes: #457443)
 +  * Add patch to allow build to succeed on Itanium
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Thu,  3 Jan 2008 15:21:50 -0500
 +
 +tbb (2.0r014-2) unstable; urgency=low
 +
 +  * debian/copyright: Fix license statement.
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Wed, 19 Dec 2007 21:17:16 -0500
 +
 +tbb (2.0r014-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #434583)
 +
 + -- Roberto C. Sanchez <roberto at connexer.com>  Fri, 14 Dec 2007 23:10:58 -0500
 +
diff --cc debian/patches/adddebug.patch
index 0000000,0000000..b3c07b7
new file mode 100644
--- /dev/null
+++ b/debian/patches/adddebug.patch
@@@ -1,0 -1,0 +1,25 @@@
++Description: add debug info
++Author: Mathieu Malaterre <malat at debian.org>
++
++Index: tbb42_20130725oss/build/linux.inc
++===================================================================
++--- tbb42_20130725oss.orig/build/linux.inc	2013-09-06 14:19:49.272573574 +0200
+++++ tbb42_20130725oss/build/linux.inc	2013-09-06 14:20:33.672573187 +0200
++@@ -44,6 +44,8 @@
++ 
++ ifndef arch
++         uname_m:=$(shell uname -m)
+++        uname_a:=$(shell uname -a)
+++        $(warning "uname_m: " $(uname_m))
++         ifeq ($(uname_m),i686)
++                 export arch:=ia32
++         endif
++@@ -61,6 +63,8 @@
++         endif
++         ifndef arch
++                 export arch:=$(uname_m)
+++                $(warning "Unknown arch: " $(arch))
+++                $(warning "Unknown uname_a: " $(uname_a))
++         endif
++ endif
++ 
diff --cc debian/patches/armhf.patch
index 7da5232,0000000..2edd6d9
mode 100644,000000..100644
--- a/debian/patches/armhf.patch
+++ b/debian/patches/armhf.patch
@@@ -1,18 -1,0 +1,14 @@@
- Description: It looks like on debian armv7l is returned while armv71 seems to
-  be expected...
++Description: remove whitespace in export
 +Author: Mathieu Malaterre <malat at debian.org>
- Bug-Debian: http://bugs.debian.org/692033
 +
- --- tbb-4.1~20130613.orig/build/linux.inc
- +++ tbb-4.1~20130613/build/linux.inc
- @@ -56,8 +56,8 @@ ifndef arch
-          ifeq ($(uname_m),sparc64)
++--- tbb-4.2~20130725.orig/build/linux.inc
+++++ tbb-4.2~20130725/build/linux.inc
++@@ -57,7 +57,7 @@ ifndef arch
 +                 export arch:=sparc
 +         endif
- -        ifeq ($(uname_m),armv71)
++         ifeq ($(uname_m),armv71)
 +-                export arch :=armv7
- +        ifeq ($(uname_m),armv7l)
 ++                export arch:=armv7
 +         endif
 +         ifndef arch
 +                 export arch:=$(uname_m)
diff --cc debian/patches/series
index f55e1a9,0000000..39487a7
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,2 @@@
 +armhf.patch
++adddebug.patch
diff --cc debian/rules
index 7abcbfe,0000000..1cc4930
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,21 -1,0 +1,19 @@@
 +#!/usr/bin/make -f
 +# export DH_VERBOSE=1
 +
 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 +
 +DPKG_EXPORT_BUILDFLAGS = 1
 +include /usr/share/dpkg/buildflags.mk
- CFLAGS+=$(CPPFLAGS)
- CXXFLAGS+=$(CPPFLAGS)
 +
 +%:
 +	dh $@ --parallel --dbg-package=libtbb2-dbg
 +
 +VERSION = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 +debian/tbb.pc: debian/tbb.pc.in
 +	sed -e"s/@VERSION@/$(VERSION)/g" $< > $@
 +
- build-arch: debian/tbb.pc
++build: debian/tbb.pc
 +
 +get-orig-source:
 +	uscan --verbose --force-download --rename
diff --cc debian/source/include-binaries
index 0000000,0000000..785457b
new file mode 100644
--- /dev/null
+++ b/debian/source/include-binaries
@@@ -1,0 -1,0 +1,71 @@@
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/arena.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/cache_aligned_allocator.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_hash_map.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_monitor.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_queue.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_queue_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_vector.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/concurrent_vector_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/condition_variable.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/critical_section.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/dynamic_link.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/governor.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/itt_notify.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/libtbb_debug.so.2
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/market.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/observer_proxy.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/pipeline.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/private_server.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/queuing_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/queuing_rw_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/reader_writer_lock.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/recursive_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/rml_tbb.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/scheduler.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/semaphore.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/spin_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/spin_rw_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/spin_rw_mutex_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/task.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/task_group_context.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/task_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/tbb_main.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/tbb_misc.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/tbb_misc_ex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/tbb_statistics.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_debug/tbb_thread.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/arena.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/cache_aligned_allocator.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_hash_map.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_monitor.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_queue.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_queue_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_vector.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/concurrent_vector_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/condition_variable.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/critical_section.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/dynamic_link.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/governor.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/itt_notify.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/market.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/observer_proxy.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/pipeline.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/private_server.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/queuing_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/queuing_rw_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/reader_writer_lock.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/recursive_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/rml_tbb.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/semaphore.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/spin_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/spin_rw_mutex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/spin_rw_mutex_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/task.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/task_group_context.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/task_v2.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/tbb_main.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/tbb_misc_ex.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/tbb_statistics.o
++build/linux_intel64_gcc_cc4.4.5_libc2.11.3_kernel3.2.0_release/tbb_thread.o
diff --cc debian/tbb.pc
index 0000000,0000000..c2b95e0
new file mode 100644
--- /dev/null
+++ b/debian/tbb.pc
@@@ -1,0 -1,0 +1,11 @@@
++prefix=/usr
++exec_prefix=${prefix}
++libdir=${exec_prefix}/lib
++includedir=${prefix}/include
++
++Name: Threading Building Blocks
++Description: Intel's parallelism library for C++
++URL: http://www.threadingbuildingblocks.org/
++Version: 4.1~20130516
++Libs: -L${libdir} -ltbb
++Cflags: -I${includedir} 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tbb.git



More information about the debian-science-commits mailing list