          MODULE=intel-tbb
         VERSION=2023.1.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/intel/tbb/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:191288b52e1e6b17198000b64d77d194bb65e791be46ebc606e9b091781e2070
SOURCE_DIRECTORY=$BUILD_DIRECTORY/oneTBB-$VERSION
        WEB_SITE=http://threadingbuildingblocks.org/
         ENTERED=20160930
         UPDATED=20260727
           SHORT="Threading Building Blocks"
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
