Skip to content

Commit 784d6b2

Browse files
committed
Remove unused SYCL_INCLUDE_DIR hint
1 parent 70a56bd commit 784d6b2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

conda-recipe/bld.bat

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
55
"%PYTHON%" setup.py clean --all
66
set "SKBUILD_ARGS=-G Ninja -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON"
77

8-
FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) DO @(
9-
REM set DIR_HINT if directory exists
10-
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
11-
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
12-
)
13-
)
14-
158
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
169
rem Install and assemble wheel package from the build bits
1710
"%PYTHON%" setup.py install bdist_wheel %SKBUILD_ARGS%

0 commit comments

Comments
 (0)