Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
tbb
disable-irml.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-irml.patch of Package tbb
Index: tbb-2019_U9/python/setup.py =================================================================== --- tbb-2019_U9.orig/python/setup.py +++ tbb-2019_U9/python/setup.py @@ -67,7 +67,7 @@ _tbb = Extension("tbb._api", ["tbb/api.i 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 os.path.join(tbb_root, 'lib', 'intel64', 'gcc4.8'), # for Linux os.path.join(tbb_root, 'lib'), # for MacOS
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor