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 787e43b commit bc06fc7Copy full SHA for bc06fc7
conda-recipe/bld.bat
@@ -16,7 +16,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
16
set "SKBUILD_ARGS=%SKBUILD_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
17
)
18
19
-FOR %%V IN (14.0.0 14 15.0.0 15 16.0.0 16 17.0.0 17) DO @(
+FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19) DO @(
20
REM set DIR_HINT if directory exists
21
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
22
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
0 commit comments