Home
last modified time | relevance | path

Searched refs:tbb_root (Results 1 – 1 of 1) sorted by relevance

/oneTBB/python/
H A Dsetup.py37 tbb_root = os.environ['TBBROOT'] variable
38 print("Using TBBROOT=", tbb_root)
40 tbb_root = '..' variable
44 use_compiler_tbb = intel_compiler and tbb_root == '..'
61 include_dirs=[os.path.join(tbb_root, 'include')] if not use_compiler_tbb else [],
63 ['-I' + os.path.join(tbb_root, 'include')] if not use_compiler_tbb else []),
69 os.path.join(tbb_root, 'lib', 'intel64', 'gcc4.8'), # for Linux
70 os.path.join(tbb_root, 'lib'), # for MacOS
71 os.path.join(tbb_root, 'lib', 'intel64', 'vc_mt'), # for Windows