1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: tbb
Priority: extra
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: debhelper (>= 5), dpatch
Standards-Version: 3.7.3
Section: libs
Homepage: http://threadingbuildingblocks.org/
Package: libtbb-dev
Section: libdevel
Architecture: i386 amd64 ia64
Depends: libtbb2 (= ${binary:Version})
Suggests: tbb-examples
Description: parallelism library for C++ - development files
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
This package includes the TBB development files.
Package: libtbb2
Section: libs
Architecture: i386 amd64 ia64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parallelism library for C++ - runtime files
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
This package includes the TBB runtime files.
Package: libtbb2-dbg
Section: libdevel
Architecture: i386 amd64 ia64
Depends: libtbb2 (= ${binary:Version})
Description: parallelism library for C++ - debugging symbols
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
This package includes the TBB debugging symbols.
Package: tbb-examples
Section: doc
Architecture: all
Recommends: libtbb-dev
Description: parallelism library for C++ - example files
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
This package includes the TBB example files.
|