easyconfigs-it4i/t/tbb/tbb-2019_U9-GCCcore-8.3.0.eb
Lukáš Krupčík 83ed7c4585 new file: d/Doxygen/Doxygen-1.8.12.eb
new file:   n/netCDF/netCDF-4.7.3-intel-2020a.eb
	new file:   n/numba/numba-0.48.0-intel-2020a-Py-3.7.eb
	new file:   t/tbb/tbb-2019_U9-GCCcore-8.3.0.eb
	new file:   v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
	deleted:    n/numba/numba-0.48.0-Py-3.7.eb
2020-03-23 12:00:49 +01:00

19 lines
593 B
Plaintext

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'