File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 - name : Install Compiler and MKL
4444 run : |
45- conda install mkl-devel tbb-devel dpcpp_linux-64
45+ conda install mkl-devel dpcpp_linux-64
4646 python -c "import sys; print(sys.executable)"
4747 which python
4848
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ cmake_print_variables(Python_NumPy_INCLUDE_DIRS)
2323set (CYTHON_FLAGS "-t -w \" ${CMAKE_SOURCE_DIR} \" " )
2424find_package (Cython REQUIRED )
2525
26- find_package (TBB REQUIRED )
26+ find_package (OpenMP REQUIRED )
2727set (MKL_ARCH "intel64" )
2828set (MKL_LINK "dynamic" )
29- set (MKL_THREADING "tbb_thread " )
29+ set (MKL_THREADING "intel_thread " )
3030set (MKL_INTERFACE "lp64" )
3131find_package (MKL REQUIRED )
3232
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ requirements:
2828 - python
2929 - python-gil # [py>=314]
3030 - mkl-devel
31- - tbb-devel
3231 - numpy-base
3332 - wheel >=0.41.3
3433 run :
You can’t perform that action at this time.
0 commit comments