We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fbb79 commit c0e74daCopy full SHA for c0e74da
conda-recipe/bld.bat
@@ -6,7 +6,7 @@ set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
6
"%PYTHON%" setup.py clean --all
7
set "SKBUILD_ARGS=-G Ninja -- -DCMAKE_C_COMPILER:PATH=icx -DCMAKE_CXX_COMPILER:PATH=icx"
8
9
-FOR %%V IN (14.0.0 15.0.0 16.0.0) DO @(
+FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16) DO @(
10
REM set DIR_HINT if directory exists
11
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
12
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
0 commit comments