mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

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
21 lines
632 B
Plaintext
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'
|