File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,6 @@ export CMAKE_GENERATOR="Ninja"
12
12
SKBUILD_ARGS=" -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_CXX_COMPILER:PATH=icpx"
13
13
echo " ${PYTHON} setup.py install ${SKBUILD_ARGS} "
14
14
15
- GIT_TRACE=true \
16
- GIT_CURL_VERBOSE=true \
17
- GIT_SSH_COMMAND=" ssh -vvv" \
18
- git clone https://github.com/oneapi-src/level-zero.git || echo $?
19
- tree .
20
- rm -rf level-zero
21
-
22
15
# Workaround for:
23
16
# DPC++ launched by cmake does not see components of `dpcpp_cpp_rt`,
24
17
# because conda build isolates LD_LIBRARY_PATH to only $PREFIX subfolders.
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ requirements:
14
14
build :
15
15
- {{ compiler('cxx') }}
16
16
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
17
+ - cmake >=3.21
18
+ - ninja
19
+ - git
17
20
host :
18
21
- setuptools
19
22
- cython
20
- - cmake >=3.21
21
23
- python
22
- - ninja
23
24
- scikit-build
24
25
- numpy
25
26
- wheel
You can’t perform that action at this time.
0 commit comments