mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

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
19 lines
593 B
Plaintext
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'
|