name = 'tbb' version = '2019_U9' homepage = 'https://01.org/tbb/' description = """Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable, composable and have future-proof scalability.""" toolchain = {'name': 'GCCcore', 'version': '8.3.0'} source_urls = ['https://github.com/01org/tbb/archive/'] sources = ['%(version)s.tar.gz'] checksums = ['3f5ea81b9caa195f1967a599036b473b2e7c347117330cda99b79cfcf5b77c84'] builddependencies = [ ('binutils', '2.32') ] moduleclass = 'lib'