          MODULE=tbb
         VERSION=40_233oss_src
          SOURCE=$MODULE$VERSION.tgz
      SOURCE_URL=http://threadingbuildingblocks.org/uploads/78/174/4.0/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tbb40_233oss
      SOURCE_VFY=sha1:fc38203398dc114a60365c945214db2ce9e95e19
   MODULE_PREFIX=${TBB_PREFIX:-/usr}
        WEB_SITE=http://threadingbuildingblocks.org/
         ENTERED=20111213
         UPDATED=20111213
           SHORT="Threading Building Blocks"
PSAFE=no
cat << EOF
Intel Threading Building Blocks (Intel TBB) offers a rich and complete approach
to expressing parallelism in a C++ program. It is a library that helps you take 
advantage of multi-core processor performance without having to be a threading 
expert. Intel TBB is not just a threads-replacement library. 

It represents a higher-level, task-based parallelism that abstracts platform 
details and threading mechanisms for scalability and performance. 
EOF
