2019-10-10 15:03:29 +02:00
|
|
|
Index: tbb-2019_U9/python/setup.py
|
2017-12-21 13:21:29 +01:00
|
|
|
===================================================================
|
2019-10-10 15:03:29 +02:00
|
|
|
--- tbb-2019_U9.orig/python/setup.py
|
|
|
|
+++ tbb-2019_U9/python/setup.py
|
2019-06-07 12:46:28 +02:00
|
|
|
@@ -67,7 +67,7 @@ _tbb = Extension("tbb._api", ["tbb/api.i
|
2017-12-21 13:21:29 +01:00
|
|
|
extra_compile_args=compile_flags + tbb_flag,
|
|
|
|
extra_link_args=tbb_flag,
|
|
|
|
libraries =(['tbb'] if not use_compiler_tbb else []) +
|
|
|
|
- (['irml'] if platform.system() == "Linux" else []), # TODO: why do we need this?
|
|
|
|
+ (['irml'] if platform.system() == "xLinux" else []), # TODO: why do we need this?
|
|
|
|
library_dirs=[ rundir, # for custom-builds
|
2019-10-10 15:03:29 +02:00
|
|
|
os.path.join(tbb_root, 'lib', 'intel64', 'gcc4.8'), # for Linux
|
2017-12-21 13:21:29 +01:00
|
|
|
os.path.join(tbb_root, 'lib'), # for MacOS
|