From 3f377531a077804ad1857f9f7f3f23e031957f97 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 22 May 2025 20:50:34 -0700 Subject: [PATCH] Remove unused SYCL_INCLUDE_DIR hint --- conda-recipe/bld.bat | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index e27318d..0616542 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -5,13 +5,6 @@ set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%" "%PYTHON%" setup.py clean --all set "SKBUILD_ARGS=-G Ninja -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" -FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) 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" - ) -) - if NOT "%WHEELS_OUTPUT_FOLDER%"=="" ( rem Install and assemble wheel package from the build bits "%PYTHON%" setup.py install bdist_wheel %SKBUILD_ARGS%