easyconfigs-it4i/t/tbb/tbb-2017.6.196.eb
Lukáš Krupčík 2ff45ecc5d new file: e/Embree/Embree-intel-2017a.eb
modified:   o/OSPRay/OSPRay-1.3.0.eb
	modified:   s/Sen2Cor/Sen2Cor-2.3.1-Python-2.7.13.eb
	new file:   t/tbb/tbb-2017.6.196.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=cluster.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=paralel.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017a-mkl=sequential.eb
	deleted:    e/Embree/Embree-2.16.2.eb
	deleted:    g/GDAL/GDAL-2.1.3-Python-2.7.13-without-intel.eb
2017-06-19 17:16:41 +02:00

23 lines
851 B
Plaintext

name = 'tbb'
version = '2017.6.196'
homepage = 'http://software.intel.com/en-us/articles/intel-tbb/'
description = """Intel Threading Building Blocks 4.0 (Intel TBB)
is a widely used, award-winning C++ template library for creating reliable,
portable, and scalable parallel applications.
Use Intel TBB for a simple and rapid way of developing robust task-based
parallel applications that scale to available processor cores, are compatible
with multiple environments, and are easier to maintain.
Intel TBB is the most proficient way to implement future-proof parallel applications
that tap into the power and performance of multicore and manycore hardware platforms."""
toolchain = {'name': 'dummy', 'version': ''}
sources = ['l_%(name)s_%(version)s.tgz']
requires_runtime_license = False
dontcreateinstalldir = 'True'
moduleclass = 'lib'