easyconfigs-it4i/ARCHIVE/t/tbb/tbb-2018_U5-intel-2017c.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

21 lines
632 B
Plaintext

# IT4Innovations 2019
name = 'tbb'
version = '2018_U5'
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, local_composable and have future-proof scalability."""
toolchain = {'name': 'intel', 'version': '2017c'}
source_urls = ['https://github.com/01org/tbb/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['c4c2896af527392496c5e01ef8579058a71b6eebbd695924cd138841c13f07be']
builddependencies = [
('binutils', '2.31.1', '', True)
]
moduleclass = 'lib'