Skip to content

Commit 335b6db

Browse files
committed
remove TBB dependency
1 parent d78452c commit 335b6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
if _mkl_root is None:
206206
raise EnvironmentError("Intel NumPy: Please install Intel OneAPI environment. MKLROOT is empty")
207207
_mkl_include = [os.path.join(_mkl_root, 'include')]
208-
_mkl_libs = ['mkl_rt', 'mkl_sycl', 'mkl_intel_ilp64', 'mkl_tbb_thread', 'mkl_core', 'tbb', 'iomp5']
208+
_mkl_libs = ['mkl_sycl', 'mkl_intel_lp64', "mkl_sequential", 'mkl_core', 'iomp5']
209209

210210
_mkl_libpath = [os.path.join(_mkl_root, 'lib', 'intel64')]
211211
if IS_LIN:

0 commit comments

Comments
 (0)