From a4bee84c00c19983e529b85501585323affb8a40 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Fri, 4 Apr 2025 14:58:36 -0700 Subject: [PATCH] Update SYCL_INCLUDE_DIR_HINT for 2025.1.0 Installing dpcpp_win-64 2025.1.0 installs clang 20 --- conda-recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index 8cb076af5c..69ce621862 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -10,7 +10,7 @@ if DEFINED OVERRIDE_INTEL_IPO ( set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE" ) -FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19) DO @( +FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20) DO @( REM set DIR_HINT if directory exists IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" ( SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"