Skip to content

Commit f75b04c

Browse files
authored
Merge pull request #2039 from IntelPython/update-sycl-include-hint-2025.1
Update bld.bat SYCL_INCLUDE_DIR_HINT for 2025.1.0
2 parents 6f649bb + a4bee84 commit f75b04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/bld.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
1010
set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
1111
)
1212

13-
FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19) DO @(
13+
FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20) DO @(
1414
REM set DIR_HINT if directory exists
1515
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
1616
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"

0 commit comments

Comments
 (0)