Skip to content

Commit de3d201

Browse files
committed
Update SYCL_INCLUDE_DIR_HINT for newer clang versions
1 parent 77317c0 commit de3d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 @(
8+
FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20) DO @(
99
REM set DIR_HINT if directory exists
1010
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
1111
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"

0 commit comments

Comments
 (0)