Package: libtbb4 Version: 4.3.20150424 Revision: 1 Architecture: i386, x86_64 Description: Threading Building Blocks DescDetail: << Threading Building Blocks (TBB) is an award-winning C++ runtime library that abstracts the low-level threading details necessary for optimal multi-core performance. It uses common C++ templates and coding style to eliminate tedious threading implementation work. TBB requires fewer lines of code to achieve parallelism than other threading models. The applications you write are portable across platforms. Since the library is also inherently scalable, no code maintenance is required as more processor cores become available. << DescPort: << Note that Debian treats ttb 3.x through 4.x as backward compatible in shlibs and uses soversion 2 as far back as version 3.0. Left 4.0 soversion in place as it is completely arbitrary (despite it looking odd). << License: GPL HomePage: http://www.threadingbuildingblocks.org Maintainer: Abdulla Kamar Source: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb43_20150424oss_src.tgz Source-MD5: 79fd5be8a8cd374ecb5189fcdddd6b66 SourceDirectory: tbb43_20150424oss Depends: libtbb4-shlibs (= %v-%r) Conflicts: libtbb-dev Replaces: libtbb-dev BuildDependsOnly: true CompileScript: << #!/bin/sh -ev [ %m = i386 ] && ARCH=ia32 || ARCH=intel64 make arch=$ARCH tbb_build_prefix=lib << InfoTest: TestScript: make test || exit 2 InstallScript: << #!/bin/sh -ev mkdir -p %i/lib %i/include %i/share/%n rm include/tbb/index.html cp -r include/tbb %i/include cp -r examples %i/share/%n/examples cp -r doc %i/share/%n/doc for I in tbb tbbmalloc tbbmalloc_proxy; do install_name_tool -id %p/lib/lib${I}.4.0.dylib build/lib_release/lib${I}.dylib cp build/lib_release/lib${I}.dylib %i/lib/lib${I}.4.0.dylib pushd %i/lib ln -s lib${I}.4.0.dylib lib${I}.dylib popd done chmod -R u+rwx,go+rx %i/lib chmod -R u+rwX,go+rX %i/include << DocFiles: CHANGES COPYING README SplitOff: << Package: libtbb4-shlibs Files: lib/libtbb.4.0.dylib lib/libtbbmalloc.4.0.dylib lib/libtbbmalloc_proxy.4.0.dylib Shlibs: << %p/lib/libtbb.4.0.dylib 0.0.0 %n (>= 4.0-1) %p/lib/libtbbmalloc.4.0.dylib 0.0.0 %n (>= 4.0-1) %p/lib/libtbbmalloc_proxy.4.0.dylib 0.0.0 %n (>= 4.3-1) << DocFiles: CHANGES COPYING README <<