File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
dpnp/backend/cmake/Modules Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ requirements:
13
13
- cython
14
14
- cmake >=3.16.5
15
15
- dpctl >=0.5.0a0
16
- - mkl-devel >=2021.1.1
16
+ - mkl-devel-dpcpp
17
+ - tbb-devel
17
18
- wheel
18
19
build :
19
- - {{ compiler('cxx ') }}
20
+ - {{ compiler('dpcpp ') }}
20
21
run :
21
22
- python
22
23
- dpctl >=0.5.0a0
29
30
number : {{ GIT_DESCRIBE_NUMBER }}
30
31
include_recipe : False
31
32
script_env :
32
- - ONEAPI_ROOT
33
- - DPCPPROOT
33
+ - _ONEAPI_ROOT # renamed for ignore in CI
34
+ - _DPCPPROOT # renamed for ignore in CI
34
35
- MKLROOT
35
36
- TBBROOT
36
37
- WHEELS_OUTPUT_FOLDER
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ endif()
51
51
52
52
find_path (
53
53
MATHLIB_INCLUDE_DIR oneapi/mkl.hpp
54
- HINTS ENV CONDA_PREFIX ${MATHLIB_ROOT_DIR} # search order is important
54
+ HINTS ENV CONDA_PREFIX ENV PREFIX ${MATHLIB_ROOT_DIR} # search order is important
55
55
PATH_SUFFIXES include latest/include
56
56
DOC "Path to mathlib include files" )
57
57
58
58
find_path (
59
59
MATHLIB_LIBRARY_DIR ${MATHLIB_SYCL_LIB}
60
- HINTS ENV CONDA_PREFIX ${MATHLIB_ROOT_DIR} # search order is important
60
+ HINTS ENV CONDA_PREFIX ENV PREFIX ${MATHLIB_ROOT_DIR} # search order is important
61
61
PATH_SUFFIXES lib latest/lib/intel64
62
62
DOC "Path to mathlib library files" )
63
63
You can’t perform that action at this time.
0 commit comments